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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRazorRepository.java144 private String opengrokSourceRootDirectoryPath; field in class:RazorRepository
158 opengrokSourceRootDirectoryPath
165 return opengrokSourceRootDirectoryPath;
168 public void setOpengrokSourceRootDirectoryPath(String opengrokSourceRootDirectoryPath) { argument
169 this.opengrokSourceRootDirectoryPath = opengrokSourceRootDirectoryPath;
182 .substring(opengrokSourceRootDirectoryPath.length());
186 return new File(opengrokSourceRootDirectoryPath + path);
302 if (!f.getAbsolutePath().startsWith(opengrokSourceRootDirectoryPath)) {
315 if (f.getAbsolutePath().length() > opengrokSourceRootDirectoryPath
[all...]

Completed in 31 milliseconds