Package com.google.common.jimfs
Class PollingWatchService.Snapshot
java.lang.Object
com.google.common.jimfs.PollingWatchService.Snapshot
- Enclosing class:
PollingWatchService
Snapshot of the state of a directory at a particular moment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMaps directory entry names to last modified times. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
postChanges
(PollingWatchService.Snapshot newState, AbstractWatchService.Key key) Posts events to the given key based on the kinds of events it subscribes to and what events have occurred between this state and the given new state.
-
Field Details
-
modifiedTimes
Maps directory entry names to last modified times.
-
-
Constructor Details
-
Snapshot
-
-
Method Details
-
postChanges
Posts events to the given key based on the kinds of events it subscribes to and what events have occurred between this state and the given new state.
-