public abstract static class WatchmanMultiplePathEvent.Change extends Object
Constructor and Description |
---|
Change() |
Modifier and Type | Method and Description |
---|---|
abstract WatchmanEvent.Kind |
getKind()
Kind of a file system change, like modification or deletion of the file
|
abstract Path |
getPath()
Path to a changed file or directory, relative to monitored root (cell root)
|
abstract WatchmanEvent.Type |
getType()
Type of the file that was changed, like a regular file or a directory
|
public abstract WatchmanEvent.Type getType()
public abstract Path getPath()
public abstract WatchmanEvent.Kind getKind()