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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java282 setAllowedSymlinks(new HashSet<>());
877 public void setAllowedSymlinks(Set<String> allowedSymlinks) { method in class:Configuration
H A DRuntimeEnvironment.java1019 public void setAllowedSymlinks(Set<String> allowedSymlinks) { method in class:RuntimeEnvironment
1020 threadConfig.get().setAllowedSymlinks(allowedSymlinks);

Completed in 15 milliseconds