| Package | Description |
|---|---|
| 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 |
GenericConfigurator.initialPattern() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NestedComplexPropertyIA.isApplicable(Pattern pattern,
Attributes attributes,
InterpretationContext ic) |
boolean |
NestedBasicPropertyIA.isApplicable(Pattern pattern,
Attributes attributes,
InterpretationContext ec) |
abstract boolean |
ImplicitAction.isApplicable(Pattern currentPattern,
Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context.
|
| Modifier and Type | Field and Description |
|---|---|
Pattern |
StartEvent.pattern |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRuleStore.addRule(Pattern pattern,
Action action)
Add a new rule, i.e.
|
void |
RuleStore.addRule(Pattern pattern,
Action action) |
void |
SimpleRuleStore.addRule(Pattern pattern,
String actionClassName) |
void |
RuleStore.addRule(Pattern pattern,
String actionClassStr) |
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) |
List |
SimpleRuleStore.matchActions(Pattern currentPattern) |
List |
RuleStore.matchActions(Pattern currentPatern) |
| Constructor and Description |
|---|
Interpreter(Context context,
RuleStore rs,
Pattern initialPattern) |
Copyright © 2005-2013 QOS.ch. All Rights Reserved.