public class PathWatcher.PathWatchEvent extends Object
| Constructor and Description |
|---|
PathWatchEvent(Path path,
PathWatcher.PathWatchEventType type,
PathWatcher.Config config) |
PathWatchEvent(Path path,
WatchEvent<Path> event,
PathWatcher.Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PathWatcher.Config |
getConfig() |
int |
getCount()
Deprecated.
|
Path |
getPath() |
PathWatcher.PathWatchEventType |
getType() |
int |
hashCode() |
boolean |
isQuiet(long now,
long quietTime) |
void |
modified() |
long |
toQuietCheck(long now,
long quietTime) |
String |
toString() |
public PathWatchEvent(Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)
public PathWatchEvent(Path path, WatchEvent<Path> event, PathWatcher.Config config)
public PathWatcher.Config getConfig()
public boolean isQuiet(long now,
long quietTime)
public long toQuietCheck(long now,
long quietTime)
public void modified()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Path getPath()
public PathWatcher.PathWatchEventType getType()
@Deprecated public int getCount()
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 2010 - 2020 Adobe. All Rights Reserved