Package ch.qos.logback.core.joran
Class GenericConfigurator
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.GenericConfigurator
-
- All Implemented Interfaces:
ContextAware
- Direct Known Subclasses:
JoranConfiguratorBase,SiftingJoranConfiguratorBase
public abstract class GenericConfigurator extends ContextAwareBase
-
-
Constructor Summary
Constructors Constructor Description GenericConfigurator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoConfigure(java.io.File file)voiddoConfigure(java.io.InputStream inputStream)voiddoConfigure(java.io.InputStream inputStream, java.lang.String systemId)voiddoConfigure(java.lang.String filename)voiddoConfigure(java.net.URL url)voiddoConfigure(java.util.List<SaxEvent> eventList)voiddoConfigure(org.xml.sax.InputSource inputSource)static voidinformContextOfURLUsedForConfiguration(Context context, java.net.URL url)java.util.List<SaxEvent>recallSafeConfiguration()Recall the event list previously registered as a safe point.voidregisterSafeConfiguration(java.util.List<SaxEvent> eventList)Register the current event list in currently in the interpreter as a safe configuration point.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Method Detail
-
doConfigure
public final void doConfigure(java.net.URL url) throws JoranException- Throws:
JoranException
-
doConfigure
public final void doConfigure(java.lang.String filename) throws JoranException- Throws:
JoranException
-
doConfigure
public final void doConfigure(java.io.File file) throws JoranException- Throws:
JoranException
-
informContextOfURLUsedForConfiguration
public static void informContextOfURLUsedForConfiguration(Context context, java.net.URL url)
-
doConfigure
public final void doConfigure(java.io.InputStream inputStream) throws JoranException- Throws:
JoranException
-
doConfigure
public final void doConfigure(java.io.InputStream inputStream, java.lang.String systemId) throws JoranException- Throws:
JoranException
-
doConfigure
public final void doConfigure(org.xml.sax.InputSource inputSource) throws JoranException- Throws:
JoranException
-
doConfigure
public void doConfigure(java.util.List<SaxEvent> eventList) throws JoranException
- Throws:
JoranException
-
registerSafeConfiguration
public void registerSafeConfiguration(java.util.List<SaxEvent> eventList)
Register the current event list in currently in the interpreter as a safe configuration point.- Since:
- 0.9.30
-
recallSafeConfiguration
public java.util.List<SaxEvent> recallSafeConfiguration()
Recall the event list previously registered as a safe point.
-
-