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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java526 * @param stripCount Number of characters past source root to strip
531 public String getPathRelativeToSourceRoot(File file, int stripCount) argument
536 return canonicalPath.substring(sourceRoot.length() + stripCount);
541 return canonicalPath.substring(allowedTarget.length() + stripCount);

Completed in 1847 milliseconds