public class FileExistsPropertyDefiner extends PropertyDefinerBase
PropertyAction
sets
the named variable to "true" if the file specified by path
property exists, to "false" otherwise.getPropertyValue()
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)
The path for the file to search for.
|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- public java.lang.String getPropertyValue()
path
property exists.
Returns "false" otherwise.Copyright © 2010 - 2020 Adobe. All Rights Reserved