| Package | Description |
|---|---|
| ch.qos.logback.core.joran.action |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Action.begin(InterpretationContext intercon,
String name,
Attributes attributes)
Called when the parser encounters an element matching a
Pattern. |
void |
BaseModelAction.begin(InterpretationContext intercon,
String name,
Attributes attributes) |
void |
ContextPropertyAction.begin(InterpretationContext ec,
String name,
Attributes attributes) |
void |
ImplicitModelAction.begin(InterpretationContext interpretationContext,
String name,
Attributes attributes) |
void |
SequenceNumberGeneratorAction.begin(InterpretationContext ic,
String name,
Attributes attributes)
Instantiates a shutdown hook of the given class and sets its name.
|
void |
Action.body(InterpretationContext intercon,
String body)
Called to pass the body (as text) contained within an element.
|
abstract void |
Action.end(InterpretationContext intercon,
String name) |
void |
BaseModelAction.end(InterpretationContext interpretationContext,
String name) |
void |
ContextPropertyAction.end(InterpretationContext ec,
String name) |
void |
ImplicitModelAction.end(InterpretationContext interpretationContext,
String name) |
void |
SequenceNumberGeneratorAction.end(InterpretationContext ic,
String name)
Once the children elements are also parsed, now is the time to activate the
shutdown hook options.
|
Copyright © 2005–2019 QOS.ch. All rights reserved.