Uses of Class
ch.qos.logback.core.model.PropertyModel
Package
Description
-
Uses of PropertyModel in ch.qos.logback.core.model
-
Uses of PropertyModel in ch.qos.logback.core.model.processor
Modifier and TypeMethodDescriptionprotected Class
<PropertyModel> PropertyModelHandler.getSupportedModelClass()
-
Uses of PropertyModel in ch.qos.logback.core.model.util
Modifier and TypeMethodDescriptionstatic boolean
PropertyModelHandlerHelper.checkFileAttributeSanity
(PropertyModel propertyModel) static boolean
PropertyModelHandlerHelper.checkResourceAttributeSanity
(PropertyModel propertyModel) static boolean
PropertyModelHandlerHelper.checkValueNameAttributesSanity
(PropertyModel propertyModel) void
PropertyModelHandlerHelper.handlePropertyModel
(ContextAwarePropertyContainer capc, PropertyModel propertyModel) Given aPropertyModel
inject relevant properties into the givenContextAwarePropertyContainer
parameter.