Uses of Class
ch.qos.logback.core.model.PropertyModel
Packages that use PropertyModel
Package
Description
Contains Model classes which are the internal representation of configuration elements, independent of XML.
Contains model processors for handling configuration model objects.
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 -
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 PropertyModelModifier and TypeMethodDescriptionprotected 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 PropertyModelModifier and TypeMethodDescriptionstatic 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.