Searched defs:getDataRoot (Results 1 - 3 of 3) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/util/
H A DTestRepository.java88 public String getDataRoot() { method in class:TestRepository
/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java1187 public File getDataRoot() { method in class:PageConfig
1226 sh.dataRoot = getDataRoot(); // throws Exception if none-existent
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java492 public String getDataRoot() { method in class:Configuration
737 File timestamp = new File(getDataRoot(), "timestamp");
808 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
829 header = getFileContent(new File(getDataRoot(), HEADER_INCLUDE_FILE));
841 File tmp = new File(getDataRoot() + "/" + EFTAR_DTAGS_FILE);

Completed in 14 milliseconds