public abstract class GenericConfigurator extends ContextAwareBase
Constructor and Description |
---|
GenericConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
doConfigure(java.io.File file) |
void |
doConfigure(org.xml.sax.InputSource inputSource) |
void |
doConfigure(java.io.InputStream inputStream) |
void |
doConfigure(java.io.InputStream inputStream,
java.lang.String systemId) |
void |
doConfigure(java.util.List<SaxEvent> eventList) |
void |
doConfigure(java.lang.String filename) |
void |
doConfigure(java.net.URL url) |
static void |
informContextOfURLUsedForConfiguration(Context context,
java.net.URL url) |
java.util.List<SaxEvent> |
recallSafeConfiguration()
Recall the event list previously registered as a safe point.
|
void |
registerSafeConfiguration(java.util.List<SaxEvent> eventList)
Register the current event list in currently in the interpreter as a safe
configuration point.
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
public final void doConfigure(java.net.URL url) throws JoranException
JoranException
public final void doConfigure(java.lang.String filename) throws JoranException
JoranException
public final void doConfigure(java.io.File file) throws JoranException
JoranException
public static void informContextOfURLUsedForConfiguration(Context context, java.net.URL url)
public final void doConfigure(java.io.InputStream inputStream) throws JoranException
JoranException
public final void doConfigure(java.io.InputStream inputStream, java.lang.String systemId) throws JoranException
JoranException
public final void doConfigure(org.xml.sax.InputSource inputSource) throws JoranException
JoranException
public void doConfigure(java.util.List<SaxEvent> eventList) throws JoranException
JoranException
public void registerSafeConfiguration(java.util.List<SaxEvent> eventList)
public java.util.List<SaxEvent> recallSafeConfiguration()
Copyright © 2010 - 2023 Adobe. All Rights Reserved