Uses of Class
ch.qos.logback.core.model.AppenderRefModel
-
Packages that use AppenderRefModel 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 AppenderRefModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return AppenderRefModel Modifier and Type Method Description protected AppenderRefModelAppenderRefModel. makeNewInstance() -
Uses of AppenderRefModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type AppenderRefModel Modifier and Type Method Description protected Class<? extends AppenderRefModel>AppenderRefModelHandler. getSupportedModelClass()Method parameters in ch.qos.logback.core.model.processor with type arguments of type AppenderRefModel Modifier and Type Method Description voidAppenderRefDependencyAnalyser. collectAllAppenderRefModels(List<AppenderRefModel> list, Model model)Recursively processes the given Model object and its submodels, extracting instances of AppenderRefModel and adding them to the provided list.
-