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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRazorRepository.java139 private String opengrokSourceRootDirectoryPath; field in class:RazorRepository
153 opengrokSourceRootDirectoryPath =
160 return opengrokSourceRootDirectoryPath;
163 public void setOpengrokSourceRootDirectoryPath(String opengrokSourceRootDirectoryPath) { argument
164 this.opengrokSourceRootDirectoryPath = opengrokSourceRootDirectoryPath;
177 .substring(opengrokSourceRootDirectoryPath.length());
181 return new File(opengrokSourceRootDirectoryPath + path);
299 if (!f.getAbsolutePath().startsWith(opengrokSourceRootDirectoryPath)) {
312 if (f.getAbsolutePath().length() > opengrokSourceRootDirectoryPath
[all...]

Completed in 15 milliseconds