|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pattern | |
|---|---|
| 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 | |
| Uses of Pattern in ch.qos.logback.core.joran |
|---|
| Methods in ch.qos.logback.core.joran that return Pattern | |
|---|---|
protected Pattern |
GenericConfigurator.initialPattern()
|
| Uses of Pattern in ch.qos.logback.core.joran.action |
|---|
| Methods in ch.qos.logback.core.joran.action with parameters of type Pattern | |
|---|---|
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. |
| Uses of Pattern in ch.qos.logback.core.joran.event |
|---|
| Fields in ch.qos.logback.core.joran.event declared as Pattern | |
|---|---|
Pattern |
StartEvent.pattern
|
| Uses of Pattern in ch.qos.logback.core.joran.spi |
|---|
| Methods in ch.qos.logback.core.joran.spi with parameters of type Pattern | |
|---|---|
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)
|
| Constructors in ch.qos.logback.core.joran.spi with parameters of type Pattern | |
|---|---|
Interpreter(Context context,
RuleStore rs,
Pattern initialPattern)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||