Package ch.qos.logback.core.joran.spi

Interface Summary
RuleStore As its name indicates, a RuleStore contains 2-tuples consists of a Pattern and an Action.
 

Class Summary
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 Interpreter is Joran's main driving class.
NoAutoStartUtil  
Pattern A pattern is used to designate XML elements in a document.
SimpleRuleStore This class implements the RuleStore interface.
XMLUtil  
 

Enum Summary
ConsoleTarget The set of console output targets.
 

Exception Summary
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 Types Summary
DefaultClass  
NoAutoStart If a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.
 



Copyright © 2005-2013 QOS.ch. All Rights Reserved.