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 java.lang.ObjectDeprecated.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(java.nio.file.Path path, java.nio.file.WatchEvent<java.nio.file.Path> event, PathWatcher.Config config)Deprecated.PathWatchEvent(java.nio.file.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(java.lang.Object obj)Deprecated.PathWatcher.ConfiggetConfig()Deprecated.intgetCount()Deprecated.java.nio.file.PathgetPath()Deprecated.PathWatcher.PathWatchEventTypegetType()Deprecated.inthashCode()Deprecated.booleanisQuiet(long now, long quietTime)Deprecated.voidmodified()Deprecated.longtoQuietCheck(long now, long quietTime)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
PathWatchEvent
public PathWatchEvent(java.nio.file.Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)Deprecated.
-
PathWatchEvent
public PathWatchEvent(java.nio.file.Path path, java.nio.file.WatchEvent<java.nio.file.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(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object- See Also:
Object.equals(java.lang.Object)
-
getPath
public java.nio.file.Path getPath()
Deprecated.
-
getType
public PathWatcher.PathWatchEventType getType()
Deprecated.
-
getCount
@Deprecated public int getCount()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object- See Also:
Object.hashCode()
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
-