Class FileExistsPropertyDefiner

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.PropertyDefinerBase
ch.qos.logback.core.property.FileExistsPropertyDefiner
All Implemented Interfaces:
ContextAware, PropertyDefiner

In conjunction with PropertyAction sets the named variable to "true" if the file specified by path property exists, to "false" otherwise.
Author:
Ceki Gülcü
See Also: