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.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(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 boolean
equals(java.lang.Object obj)
Deprecated.PathWatcher.Config
getConfig()
Deprecated.int
getCount()
Deprecated.java.nio.file.Path
getPath()
Deprecated.PathWatcher.PathWatchEventType
getType()
Deprecated.int
hashCode()
Deprecated.boolean
isQuiet(long now, long quietTime)
Deprecated.void
modified()
Deprecated.long
toQuietCheck(long now, long quietTime)
Deprecated.java.lang.String
toString()
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:
equals
in 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:
hashCode
in classjava.lang.Object
- See Also:
Object.hashCode()
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-