| 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.event.stax | |
| ch.qos.logback.core.joran.spi |
| Modifier and Type | Method and Description |
|---|---|
protected ElementPath |
GenericConfigurator.initialElementPath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NestedComplexPropertyIA.isApplicable(ElementPath elementPath,
Attributes attributes,
InterpretationContext ic) |
boolean |
NestedBasicPropertyIA.isApplicable(ElementPath elementPath,
Attributes attributes,
InterpretationContext ec) |
abstract boolean |
ImplicitAction.isApplicable(ElementPath currentElementPath,
Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context.
|
| Modifier and Type | Field and Description |
|---|---|
ElementPath |
StartEvent.elementPath |
| Modifier and Type | Field and Description |
|---|---|
ElementPath |
StartEvent.elementPath |
| Modifier and Type | Method and Description |
|---|---|
ElementPath |
StartEvent.getElementPath() |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementSelector
ElementSelector extends
ElementPath with matching operations such as ElementSelector.fullPathMatch(ElementPath),
ElementSelector.getPrefixMatchLength(ElementPath) and ElementSelector.getTailMatchLength(ElementPath). |
| Modifier and Type | Method and Description |
|---|---|
ElementPath |
ElementPath.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElementSelector.fullPathMatch(ElementPath path) |
int |
ElementSelector.getPrefixMatchLength(ElementPath p)
Returns the number of "prefix" components that this pattern has in common
with the pattern p passed as parameter.
|
int |
ElementSelector.getTailMatchLength(ElementPath p)
Returns the number of "tail" components that this pattern has in common
with the pattern p passed as parameter.
|
boolean |
ElementSelector.isContainedIn(ElementPath p) |
List<Action> |
SimpleRuleStore.matchActions(ElementPath elementPath) |
List<Action> |
RuleStore.matchActions(ElementPath elementPath)
Return a list of actions matching a pattern.
|
| Constructor and Description |
|---|
Interpreter(Context context,
RuleStore rs,
ElementPath initialElementPath) |
Copyright © 2005–2016 QOS.ch. All rights reserved.