Uses of Class
ch.qos.logback.core.model.PropertyModel
-
Packages that use PropertyModel 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.ch.qos.logback.core.model.util Contains utility classes for configuration model operations. -
-
Uses of PropertyModel in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model that return PropertyModel Modifier and Type Method Description protected PropertyModelPropertyModel. makeNewInstance() -
Uses of PropertyModel in ch.qos.logback.core.model.processor
Methods in ch.qos.logback.core.model.processor that return types with arguments of type PropertyModel Modifier and Type Method Description protected Class<PropertyModel>PropertyModelHandler. getSupportedModelClass() -
Uses of PropertyModel in ch.qos.logback.core.model.util
Methods in ch.qos.logback.core.model.util with parameters of type PropertyModel Modifier and Type Method Description static booleanPropertyModelHandlerHelper. checkFileAttributeSanity(PropertyModel propertyModel)static booleanPropertyModelHandlerHelper. checkResourceAttributeSanity(PropertyModel propertyModel)static booleanPropertyModelHandlerHelper. checkValueNameAttributesSanity(PropertyModel propertyModel)voidPropertyModelHandlerHelper. handlePropertyModel(ContextAwarePropertyContainer capc, PropertyModel propertyModel)Given aPropertyModelinject relevant properties into the givenContextAwarePropertyContainerparameter.
-