public class FileExistsPropertyDefiner extends PropertyDefinerBase
PropertyAction sets
the named variable to "true" if the file specified by path
property exists, to "false" otherwise.getPropertyValue()context| Constructor and Description |
|---|
FileExistsPropertyDefiner() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath() |
java.lang.String |
getPropertyValue()
Returns "true" if the file specified by
path property exists. |
void |
setPath(java.lang.String path)
Sets the path for the file to search for.
|
booleanAsStraddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - the file pathpublic java.lang.String getPropertyValue()
path property exists.
Returns "false" otherwise.