public abstract class WatchmanMultiplePathEvent extends Object implements WatchmanEvent
Modifier and Type | Class and Description |
---|---|
static class |
WatchmanMultiplePathEvent.Change
Contains path and type of file system change
|
WatchmanEvent.Kind, WatchmanEvent.Type
Constructor and Description |
---|
WatchmanMultiplePathEvent() |
Modifier and Type | Method and Description |
---|---|
abstract AbsPath |
getCellPath()
Absolute cell path root being watched.
|
abstract com.google.common.collect.ImmutableList<WatchmanMultiplePathEvent.Change> |
getChanges()
All changes to monitored file system that occurred since last invalidation
|
public abstract AbsPath getCellPath()
WatchmanEvent
getCellPath
in interface WatchmanEvent
public abstract com.google.common.collect.ImmutableList<WatchmanMultiplePathEvent.Change> getChanges()