Uses of Interface
ch.qos.logback.core.joran.spi.RuleStore
-
Packages that use RuleStore Package Description ch.qos.logback.classic.joran Contains Joran configuration classes.ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
Uses of RuleStore in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type RuleStore Modifier and Type Method Description voidJoranConfigurator. addElementSelectorAndActionAssociations(RuleStore rs) -
Uses of RuleStore in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return RuleStore Modifier and Type Method Description RuleStoreGenericXMLConfigurator. getRuleStore()Methods in ch.qos.logback.core.joran with parameters of type RuleStore Modifier and Type Method Description protected abstract voidGenericXMLConfigurator. addElementSelectorAndActionAssociations(RuleStore rs)protected voidJoranConfiguratorBase. addElementSelectorAndActionAssociations(RuleStore rs) -
Uses of RuleStore in ch.qos.logback.core.joran.spi
Classes in ch.qos.logback.core.joran.spi that implement RuleStore Modifier and Type Class Description classSimpleRuleStoreThis class implements theRuleStoreinterface.Methods in ch.qos.logback.core.joran.spi that return RuleStore Modifier and Type Method Description RuleStoreSaxEventInterpreter. getRuleStore()Methods in ch.qos.logback.core.joran.spi with parameters of type RuleStore Modifier and Type Method Description voidNewRuleProvider. addPathActionAssociations(RuleStore rs)Constructors in ch.qos.logback.core.joran.spi with parameters of type RuleStore Constructor Description SaxEventInterpreter(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)
-