Interface | Description |
---|---|
RuleStore |
As its name indicates, a RuleStore contains 2-tuples consists of a Pattern
and an Action.
|
Class | Description |
---|---|
ConfigurationWatchList | |
DefaultNestedComponentRegistry |
A registry which maps a property in a host class to a default class.
|
EventPlayer | |
HostClassAndPropertyDouble |
A 2-tuple (a double) consisting of a Class and a String.
|
InterpretationContext |
An InterpretationContext contains the contextual state of a Joran parsing
session.
|
Interpreter |
|
NoAutoStartUtil | |
Pattern |
A pattern is used to designate XML elements in a document.
|
SimpleRuleStore |
This class implements the
RuleStore interface. |
XMLUtil |
Enum | Description |
---|---|
ConsoleTarget |
The set of console output targets.
|
Exception | Description |
---|---|
ActionException |
By throwing an exception an action can signal the Interpreter to skip
processing of all the nested (child) elements of the element associated with
the action causing the exception.
|
JoranException |
Annotation Type | Description |
---|---|
DefaultClass | |
NoAutoStart |
If a type (a class) has this annotation, then it will not be automatically
started by Joran at configuration time.
|