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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java750 private static String getFileContent(File file) { method in class:Configuration
808 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
829 header = getFileContent(new File(getDataRoot(), HEADER_INCLUDE_FILE));

Completed in 12 milliseconds