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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java852 public IgnoredNames getIgnoredNames() { method in class:PageConfig
854 ignoredNames = getEnv().getIgnoredNames();
971 * @see #getIgnoredNames()
975 getIgnoredNames();
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java430 public IgnoredNames getIgnoredNames() { method in class:Configuration
H A DRuntimeEnvironment.java530 public IgnoredNames getIgnoredNames() { method in class:RuntimeEnvironment
531 return threadConfig.get().getIgnoredNames();

Completed in 12 milliseconds