Class FileExistsPropertyDefiner

All Implemented Interfaces:
ContextAware, PropertyDefiner

@Deprecated(since="2022-01-27") public class FileExistsPropertyDefiner extends PropertyDefinerBase
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 Details

    • FileExistsPropertyDefiner

      public FileExistsPropertyDefiner()
      Deprecated.
  • Method Details

    • getPath

      public String getPath()
      Deprecated.
    • setPath

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

      public String getPropertyValue()
      Deprecated.
      Returns "true" if the file specified by path property exists. Returns "false" otherwise.
      Returns:
      "true"|"false" depending on the existence of file