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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java873 public Set<String> getAllowedSymlinks() { method in class:Configuration
H A DRuntimeEnvironment.java351 for (String allowedSymlink : getAllowedSymlinks()) {
1015 public Set<String> getAllowedSymlinks() { method in class:RuntimeEnvironment
1016 return threadConfig.get().getAllowedSymlinks();

Completed in 21 milliseconds