org.apache.logging.log4j.core.config
Class JSONConfigurationFactory
java.lang.Object
org.apache.logging.log4j.core.config.ConfigurationFactory
org.apache.logging.log4j.core.config.JSONConfigurationFactory
public class JSONConfigurationFactory
- extends ConfigurationFactory
Field Summary |
static String[] |
SUFFIXES
The file extensions supported by this factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUFFIXES
public static final String[] SUFFIXES
- The file extensions supported by this factory.
JSONConfigurationFactory
public JSONConfigurationFactory()
isActive
protected boolean isActive()
- Overrides:
isActive
in class ConfigurationFactory
getConfiguration
public Configuration getConfiguration(InputSource source)
- Specified by:
getConfiguration
in class ConfigurationFactory
getSupportedTypes
public String[] getSupportedTypes()
- Specified by:
getSupportedTypes
in class ConfigurationFactory
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.