- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.joran.action.Action
-
- ch.qos.logback.core.joran.action.BaseModelAction
-
- ch.qos.logback.core.joran.action.ResourceAction
-
- ch.qos.logback.core.joran.action.IncludeAction
-
- All Implemented Interfaces:
ContextAware
public class IncludeAction extends ResourceAction
Build anIncludeModelinstance from SAX events.- Author:
- Ceki Gülcü
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.joran.action.Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description IncludeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ResourceModelmakeNewResourceModel()-
Methods inherited from class ch.qos.logback.core.joran.action.ResourceAction
buildCurrentModel, validPreconditions
-
Methods inherited from class ch.qos.logback.core.joran.action.BaseModelAction
begin, body, end
-
Methods inherited from class ch.qos.logback.core.joran.action.Action
atLine, getColumnNumber, getLineColStr, getLineNumber, nearLine, toString
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Constructor Detail
-
IncludeAction
public IncludeAction()
-
-
Method Detail
-
makeNewResourceModel
protected ResourceModel makeNewResourceModel()
- Specified by:
makeNewResourceModelin classResourceAction
-
-