Interface IWatchDirectoryWorkflowEvent

    • Method Detail

      • getWatchedDirectory

        Path getWatchedDirectory()
        Get the watched directory.
        Returns:
        The watched directory.
      • getContext

        Path getContext()
        Get the file or directory that is associated with this event.
        Returns:
        The file or directory that is associated with this event.
      • isCreate

        boolean isCreate()
      • isModify

        boolean isModify()
      • isDelete

        boolean isDelete()
      • getRawEvent

        WatchEvent<Path> getRawEvent()
        Get the raw Java API watch event.
        Returns:
        The raw watch event.