Uses of Class
ch.qos.logback.core.model.ImportModel
-
Packages that use ImportModel 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 ImportModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return ImportModel Modifier and Type Method Description protected ImportModelImportModel. makeNewInstance() -
Uses of ImportModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type ImportModel Modifier and Type Method Description protected Class<ImportModel>ImportModelHandler. getSupportedModelClass()
-