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

Packages that use ch.qos.logback.core.joran.spi
ch.qos.logback.core Contains the main classes of logback core. 
ch.qos.logback.core.db The ch.qos.logback.core.db package provides bases classes to append objects into various databases. 
ch.qos.logback.core.joran Contains Joran configuration classes. 
ch.qos.logback.core.joran.action   
ch.qos.logback.core.joran.conditional   
ch.qos.logback.core.joran.event   
ch.qos.logback.core.joran.event.stax   
ch.qos.logback.core.joran.spi   
ch.qos.logback.core.joran.util   
ch.qos.logback.core.net.ssl Contains classes that create and configure a JSSE SSLContext needed for secure transport of logging events by SSLSocketAppender. 
ch.qos.logback.core.rolling Implements various file rolling policies. 
ch.qos.logback.core.sift   
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core
ConsoleTarget
          The set of console output targets.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.db
InterpretationContext
          An InterpretationContext contains the contextual state of a Joran parsing session.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran
DefaultNestedComponentRegistry
          A registry which maps a property in a host class to a default class.
ElementPath
          A element path characterizes a traversal path in an XML document.
InterpretationContext
          An InterpretationContext contains the contextual state of a Joran parsing session.
Interpreter
          Interpreter is Joran's main driving class.
JoranException
           
RuleStore
          As its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran.action
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.
ElementPath
          A element path characterizes a traversal path in an XML document.
InterpretationContext
          An InterpretationContext contains the contextual state of a Joran parsing session.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran.conditional
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.
InterpretationContext
          An InterpretationContext contains the contextual state of a Joran parsing session.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran.event
ElementPath
          A element path characterizes a traversal path in an XML document.
JoranException
           
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran.event.stax
JoranException
           
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran.spi
ConsoleTarget
          The set of console output targets.
DefaultNestedComponentRegistry
          A registry which maps a property in a host class to a default class.
ElementPath
          A element path characterizes a traversal path in an XML document.
ElementSelector
          ElementSelector extends ElementPath with matching operations such as ElementSelector.fullPathMatch(ElementPath), ElementSelector.getPrefixMatchLength(ElementPath) and ElementSelector.getTailMatchLength(ElementPath).
EventPlayer
           
InterpretationContext
          An InterpretationContext contains the contextual state of a Joran parsing session.
Interpreter
          Interpreter is Joran's main driving class.
RuleStore
          As its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.joran.util
ConfigurationWatchList
           
DefaultNestedComponentRegistry
          A registry which maps a property in a host class to a default class.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.net.ssl
DefaultNestedComponentRegistry
          A registry which maps a property in a host class to a default class.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.rolling
NoAutoStart
          If a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.
 

Classes in ch.qos.logback.core.joran.spi used by ch.qos.logback.core.sift
Interpreter
          Interpreter is Joran's main driving class.
JoranException
           
RuleStore
          As its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.
 



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