public class IncAction extends Action
Modifier and Type | Field and Description |
---|---|
static int |
beginCount |
static int |
endCount |
static int |
errorCount |
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE
context
Constructor and Description |
---|
IncAction() |
Modifier and Type | Method and Description |
---|---|
void |
begin(InterpretationContext ec,
String name,
Attributes attributes)
Instantiates an layout of the given class and sets its name.
|
void |
end(InterpretationContext ec,
String name)
Once the children elements are also parsed, now is the time to activate
the appender options.
|
static void |
reset() |
body, getColumnNumber, getLineColStr, getLineNumber, toString
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
public static int beginCount
public static int endCount
public static int errorCount
public IncAction()
public static void reset()
public void begin(InterpretationContext ec, String name, Attributes attributes) throws ActionException
begin
in class Action
ActionException
public void end(InterpretationContext ec, String name)
Copyright © 2005–2018 QOS.ch. All rights reserved.