Package ch.qos.logback.core.property
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
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
In conjunction with
PropertyAction sets
the named variable to "true" if the file specified by path
property exists, to "false" otherwise.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContextMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
FileExistsPropertyDefiner
public FileExistsPropertyDefiner()Deprecated.
-
-
Method Details
-
getPath
Deprecated. -
setPath
Deprecated.The path for the file to search for.- Parameters:
path-
-
getPropertyValue
Deprecated.Returns "true" if the file specified bypathproperty exists. Returns "false" otherwise.- Returns:
- "true"|"false" depending on the existence of file
-