Package | Description |
---|---|
ch.qos.logback.classic.sift | |
ch.qos.logback.core.joran |
Contains Joran configuration classes.
|
ch.qos.logback.core.joran.action | |
ch.qos.logback.core.joran.event | |
ch.qos.logback.core.joran.spi |
Modifier and Type | Method and Description |
---|---|
protected Pattern |
SiftingJoranConfigurator.initialPattern() |
Modifier and Type | Method and Description |
---|---|
protected Pattern |
GenericConfigurator.initialPattern() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ImplicitAction.isApplicable(Pattern currentPattern,
org.xml.sax.Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context.
|
boolean |
NestedBasicPropertyIA.isApplicable(Pattern pattern,
org.xml.sax.Attributes attributes,
InterpretationContext ec) |
boolean |
NestedComplexPropertyIA.isApplicable(Pattern pattern,
org.xml.sax.Attributes attributes,
InterpretationContext ic) |
Modifier and Type | Field and Description |
---|---|
Pattern |
StartEvent.pattern |
Modifier and Type | Method and Description |
---|---|
void |
RuleStore.addRule(Pattern pattern,
Action action) |
void |
SimpleRuleStore.addRule(Pattern pattern,
Action action)
Add a new rule, i.e.
|
void |
RuleStore.addRule(Pattern pattern,
java.lang.String actionClassStr) |
void |
SimpleRuleStore.addRule(Pattern pattern,
java.lang.String actionClassName) |
int |
Pattern.getPrefixMatchLength(Pattern p)
Returns the number of "prefix" components that this pattern has in common
with the pattern p passed as parameter.
|
int |
Pattern.getTailMatchLength(Pattern p)
Returns the number of "tail" components that this pattern has in common
with the pattern p passed as parameter.
|
boolean |
Pattern.isContained(Pattern p) |
java.util.List |
RuleStore.matchActions(Pattern currentPatern) |
java.util.List |
SimpleRuleStore.matchActions(Pattern currentPattern) |
Constructor and Description |
---|
Interpreter(Context context,
RuleStore rs,
Pattern initialPattern) |