Home
last modified time | relevance | path

Searched refs:getBooleanConfiguration (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java737 private boolean getBooleanConfiguration(String key, boolean dflt) { in getBooleanConfiguration() method in LogFactoryImpl
752 allowFlawedContext = getBooleanConfiguration(ALLOW_FLAWED_CONTEXT_PROPERTY, true); in initConfiguration()
753 allowFlawedDiscovery = getBooleanConfiguration(ALLOW_FLAWED_DISCOVERY_PROPERTY, true); in initConfiguration()
754 allowFlawedHierarchy = getBooleanConfiguration(ALLOW_FLAWED_HIERARCHY_PROPERTY, true); in initConfiguration()