Lines Matching refs:resourceFile
84 private File resourceFile;
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.lastModified()) {
1009 && f.lastModified() >= resourceFile.lastModified()) {