Package org.eclipse.jetty.util
Class PathWatcher.PathWatchEvent
- java.lang.Object
-
- org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
- Enclosing class:
- PathWatcher
@Deprecated(since="2021-05-27") public class PathWatcher.PathWatchEvent extends Object
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
Constructors Constructor Description PathWatchEvent(Path path, WatchEvent<Path> event, PathWatcher.Config config)Deprecated.PathWatchEvent(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.PathWatcher.ConfiggetConfig()Deprecated.intgetCount()Deprecated.PathgetPath()Deprecated.PathWatcher.PathWatchEventTypegetType()Deprecated.inthashCode()Deprecated.booleanisQuiet(long now, long quietTime)Deprecated.voidmodified()Deprecated.longtoQuietCheck(long now, long quietTime)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
PathWatchEvent
public PathWatchEvent(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)
Deprecated.
-
PathWatchEvent
public PathWatchEvent(Path path, WatchEvent<Path> event, PathWatcher.Config config)
Deprecated.
-
-
Method Detail
-
getConfig
public PathWatcher.Config 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
public boolean equals(Object obj)
Deprecated.- Overrides:
equalsin classObject- See Also:
Object.equals(java.lang.Object)
-
getPath
public Path getPath()
Deprecated.
-
getType
public PathWatcher.PathWatchEventType getType()
Deprecated.
-
getCount
@Deprecated public int getCount()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classObject- See Also:
Object.hashCode()
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classObject- See Also:
Object.toString()
-
-