Uses of Class
ch.qos.logback.core.model.InsertFromJNDIModel
-
Packages that use InsertFromJNDIModel Package Description ch.qos.logback.core.model Contains Model classes which are the internal representation of configuration elements, independent of XML.ch.qos.logback.core.model.processor Contains model processors for handling configuration model objects. -
-
Uses of InsertFromJNDIModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return InsertFromJNDIModel Modifier and Type Method Description protected InsertFromJNDIModelInsertFromJNDIModel. makeNewInstance() -
Uses of InsertFromJNDIModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type InsertFromJNDIModel Modifier and Type Method Description protected Class<InsertFromJNDIModel>InsertFromJNDIModelHandler. getSupportedModelClass()Methods in ch.qos.logback.core.model.processor with parameters of type InsertFromJNDIModel Modifier and Type Method Description voidInsertFromJNDIModelHandler. detachedHandle(ContextAwarePropertyContainer capc, InsertFromJNDIModel ifjm)
-