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

/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DTestRepository.java104 public String getDataRoot() { method in class:TestRepository
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java1089 File dir = new File(getConfig().getDataRoot() + Prefix.XREF_P + path);
1106 return checkFile(new File(getConfig().getDataRoot() + Prefix.XREF_P),
1157 public File getDataRoot() { method in class:PageConfig
1159 String tmp = getConfig().getDataRoot();
1188 sh.dataRoot = getDataRoot(); // throws Exception if none-existent
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java563 public String getDataRoot() { method in class:Configuration
1042 File timestamp = new File(getDataRoot(), "timestamp");
1100 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
1120 header = getFileContent(new File(getDataRoot(), HEADER_INCLUDE_FILE));
1139 body = getFileContent(new File(getDataRoot(), BODY_INCLUDE_FILE));
1157 File tmp = new File(getDataRoot() + "/" + EFTAR_DTAGS_FILE);

Completed in 15 milliseconds