Searched defs:getIgnoredNames (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java906 public IgnoredNames getIgnoredNames() { method in class:PageConfig
908 ignoredNames = getEnv().getIgnoredNames();
1027 * @see #getIgnoredNames()
1031 getIgnoredNames();
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java596 public IgnoredNames getIgnoredNames() { method in class:Configuration
H A DRuntimeEnvironment.java773 public IgnoredNames getIgnoredNames() { method in class:RuntimeEnvironment
774 return threadConfig.get().getIgnoredNames();

Completed in 19 milliseconds