public class FindIncludeAction
extends ch.qos.logback.core.joran.action.IncludeAction
| Constructor and Description |
|---|
FindIncludeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes) |
protected ch.qos.logback.core.joran.event.SaxEventRecorder |
createRecorder(java.io.InputStream in,
java.net.URL url)
Creates a
SaxEventRecorder based on the input stream |
void |
end(ch.qos.logback.core.joran.spi.InterpretationContext ic,
java.lang.String name) |
processInclude, setEventOffsetclose, getAttributeInUse, getUrl, handleError, isOptionalbody, getColumnNumber, getLineColStr, getLineNumber, toStringpublic void begin(ch.qos.logback.core.joran.spi.InterpretationContext ec,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws ch.qos.logback.core.joran.spi.ActionException
begin in class ch.qos.logback.core.joran.action.AbstractIncludeActionch.qos.logback.core.joran.spi.ActionExceptionpublic void end(ch.qos.logback.core.joran.spi.InterpretationContext ic,
java.lang.String name)
throws ch.qos.logback.core.joran.spi.ActionException
end in class ch.qos.logback.core.joran.action.AbstractIncludeActionch.qos.logback.core.joran.spi.ActionExceptionprotected ch.qos.logback.core.joran.event.SaxEventRecorder createRecorder(java.io.InputStream in,
java.net.URL url)
SaxEventRecorder based on the input streamcreateRecorder in class ch.qos.logback.core.joran.action.IncludeAction