Package org.eclipse.jetty.util
Class PathWatcher.PathWatchEvent
java.lang.Object
org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- Enclosing class:
PathWatcher
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
PathWatchEvent
Represents a file event. Reported to registered listeners.
-
Constructor Summary
ConstructorsConstructorDescriptionPathWatchEvent(Path path, WatchEvent<Path> event, PathWatcher.Config config) Deprecated.PathWatchEvent(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.intgetCount()Deprecated.getPath()Deprecated.getType()Deprecated.inthashCode()Deprecated.booleanisQuiet(long now, long quietTime) Deprecated.voidmodified()Deprecated.longtoQuietCheck(long now, long quietTime) Deprecated.toString()Deprecated.
-
Constructor Details
-
PathWatchEvent
Deprecated. -
PathWatchEvent
Deprecated.
-
-
Method Details
-
getConfig
Deprecated. -
isQuiet
public boolean isQuiet(long now, long quietTime) Deprecated. -
toQuietCheck
public long toQuietCheck(long now, long quietTime) Deprecated. -
modified
public void modified()Deprecated. -
equals
Deprecated. -
getPath
Deprecated. -
getType
Deprecated. -
getCount
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-