Home | History | Annotate | Download | only in impl

Lines Matching defs:getBooleanConfiguration

732     private boolean getBooleanConfiguration(String key, boolean dflt) {
747 allowFlawedContext = getBooleanConfiguration(ALLOW_FLAWED_CONTEXT_PROPERTY, true);
748 allowFlawedDiscovery = getBooleanConfiguration(ALLOW_FLAWED_DISCOVERY_PROPERTY, true);
749 allowFlawedHierarchy = getBooleanConfiguration(ALLOW_FLAWED_HIERARCHY_PROPERTY, true);