Class 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:
  • Constructor Details

  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
      The path for the file to search for.
      Parameters:
      path -
    • getPropertyValue

      Returns "true" if the file specified by path property exists. Returns "false" otherwise.
      Returns:
      "true"|"false" depending on the existence of file