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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DProject.java138 public Set<Group> getGroups() { method in class:Project
H A DConfiguration.java476 public Set<Group> getGroups() { method in class:Configuration
H A DRuntimeEnvironment.java397 populateGroups(getGroups(), projects);
407 return (getGroups() != null && !getGroups().isEmpty());
415 public Set<Group> getGroups() { method in class:RuntimeEnvironment
416 return threadConfig.get().getGroups();
1208 populateGroups(getGroups(), getProjects());
1221 populateGroups(getGroups(), getProjects());
/opengrok/src/org/opensolaris/opengrok/web/
H A DProjectHelper.java82 groups = new TreeSet<>(cfg.getEnv().getGroups());
125 groups.addAll(cfg.getEnv().getGroups());
147 for (Group g : getGroups()) {
224 public Set<Group> getGroups() { method in class:ProjectHelper

Completed in 17 milliseconds