Class IncludeAction
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
Build an
IncludeModel instance from SAX events.- Author:
- Ceki Gülcü
-
Field Summary
Fields inherited from class Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTEFields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ResourceAction
buildCurrentModel, validPreconditionsMethods inherited from class BaseModelAction
begin, body, endMethods inherited from class Action
atLine, getColumnNumber, getLineColStr, getLineNumber, nearLine, toStringMethods inherited from class ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
IncludeAction
public IncludeAction()
-
-
Method Details
-
makeNewResourceModel
- Specified by:
makeNewResourceModelin classResourceAction
-