Package ch.qos.logback.core.joran.spi
package ch.qos.logback.core.joran.spi
-
Interface SummaryInterfaceDescriptionAs its name indicates, a RuleStore contains 2-tuples consists of a ElementSelector and an Action.
-
Class SummaryClassDescriptionA registry which maps a property in a host class to a default class.A element path characterizes a traversal path in an XML document.ElementSelector extends
ElementPathwith matching operations such asElementSelector.fullPathMatch(ElementPath),ElementSelector.getPrefixMatchLength(ElementPath)andElementSelector.getTailMatchLength(ElementPath).A 2-tuple (a double) consisting of a Class and a String.An InterpretationContext contains the contextual state of a Joran parsing session.SaxEventInterpreteris Joran's driving class for handling "low-level" SAX events.This class implements theRuleStoreinterface. -
Enum Summary
-
Exception SummaryExceptionDescriptionBy 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.
-
Annotation Types SummaryAnnotation TypeDescriptionIf a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.