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

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java99 private File resourceFile; field in class:PageConfig
206 * http://$site/$webapp/diff/$resourceFile?r1=$fileA@$revA&r2=$fileB@$revB
648 annotation = HistoryGuru.getInstance().annotate(resourceFile, rev.isEmpty() ? null : rev);
996 if (resourceFile == null) {
997 resourceFile = getResourceFile(getPath());
998 if (resourceFile == null) {
999 resourceFile = new File("/");
1002 return resourceFile;
1033 || ignoredNames.ignore(resourceFile.getParentFile())
1034 || ignoredNames.ignore(resourceFile);
[all...]

Completed in 11 milliseconds