Uses of Interface
ch.qos.logback.core.spi.PropertyDefiner
-
Packages that use PropertyDefiner Package Description ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.joran.action ch.qos.logback.core.property -
-
Uses of PropertyDefiner in ch.qos.logback.core
Classes in ch.qos.logback.core that implement PropertyDefiner Modifier and Type Class Description classPropertyDefinerBaseA skeleton implementation for property definers so that they derive fromContextAwareBase. -
Uses of PropertyDefiner in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as PropertyDefiner Modifier and Type Field Description (package private) PropertyDefinerDefinePropertyAction. definer -
Uses of PropertyDefiner in ch.qos.logback.core.property
Classes in ch.qos.logback.core.property that implement PropertyDefiner Modifier and Type Class Description classFileExistsPropertyDefinerIn conjunction withPropertyActionsets the named variable to "true" if the file specified bypathproperty exists, to "false" otherwise.classResourceExistsPropertyDefinerIn conjunction withPropertyActionsets the named variable to "true" if theresourcespecified by the user is available on the class path, "false" otherwise.
-