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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1052 private static String getFileContent(File file) { method in class:Configuration
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));

Completed in 13 milliseconds