Searched refs:resourceFile (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java84 private File resourceFile; field in class:PageConfig
161 * http://$site/$webapp/diff/$resourceFile?r1=$fileA@$revA&r2=$fileB@$revB
597 annotation = HistoryGuru.getInstance().annotate(resourceFile, rev.isEmpty() ? null : rev.substring(2));
940 if (resourceFile == null) {
941 resourceFile = new File(getSourceRootPath(), getPath());
942 if (!resourceFile.canRead()) {
943 resourceFile = new File("/");
946 return resourceFile;
977 || ignoredNames.ignore(resourceFile.getParentFile().getName());
1003 && f.lastModified() >= resourceFile
[all...]

Completed in 9 milliseconds