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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java148 String srcRoot = getSourceRootPath();
590 .hasHistory(new File(getSourceRootPath(), getPath())));
903 public String getSourceRootPath() { method in class:PageConfig
951 File newFile = new File(getSourceRootPath() + "/on/" + getPath());
970 * @see #getSourceRootPath()
975 resourceFile = new File(getSourceRootPath(), getPath());
1047 .isDirectory(getSourceRootPath() + getPath());
1208 sh.sourceRoot = new File(getSourceRootPath());

Completed in 10 milliseconds