Package org.eclipse.jetty.util
Class PathWatcher.PathWatchEvent
java.lang.Object
org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- Enclosing class:
- PathWatcher
Represents a file event. Reported to registered listeners.
-
Constructor Summary
ConstructorDescriptionPathWatchEvent
(Path path, WatchEvent<Path> event, PathWatcher.Config config) PathWatchEvent
(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config) -
Method Summary
-
Constructor Details
-
PathWatchEvent
-
PathWatchEvent
-
-
Method Details
-
getConfig
-
isQuiet
public boolean isQuiet(long now, long quietTime) -
toQuietCheck
public long toQuietCheck(long now, long quietTime) -
modified
public void modified() -
equals
-
getPath
-
getType
-
hashCode
public int hashCode() -
toString
-