Uses of Class
ch.qos.logback.core.model.ParamModel
-
Packages that use ParamModel Package Description ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.model Contains Model classes which are the internal representation of configuration elements, independent of XML. -
-
Uses of ParamModel in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return types with arguments of type ParamModel Modifier and Type Method Description protected Class<ParamModel>ParamModelHandler. getSupportedModelClass() -
Uses of ParamModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return ParamModel Modifier and Type Method Description protected ParamModelParamModel. makeNewInstance()
-