@Scriptable public interface IWatchDirectoryWorkflowEvent extends IFileSystemWorkflowEvent
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getContext()
Get the file or directory that is associated with this event.
|
java.nio.file.WatchEvent<java.nio.file.Path> |
getRawEvent()
Get the raw Java API watch event.
|
java.nio.file.Path |
getWatchedDirectory()
Get the watched directory.
|
boolean |
isCreate() |
boolean |
isDelete() |
boolean |
isModify() |
getEventSourceGuid
java.nio.file.Path getWatchedDirectory()
java.nio.file.Path getContext()
boolean isCreate()
boolean isModify()
boolean isDelete()
java.nio.file.WatchEvent<java.nio.file.Path> getRawEvent()