public static class PathWatcher.PathWatchEvent extends Object
| Constructor and Description |
|---|
PathWatchEvent(Path path,
PathWatcher.PathWatchEventType type) |
PathWatchEvent(Path path,
WatchEvent<Path> event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCount() |
Path |
getPath() |
PathWatcher.PathWatchEventType |
getType() |
int |
hashCode() |
void |
incrementCount(int num) |
String |
toString() |
public PathWatchEvent(Path path, PathWatcher.PathWatchEventType type)
public PathWatchEvent(Path path, WatchEvent<Path> event)
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Path getPath()
public PathWatcher.PathWatchEventType getType()
public void incrementCount(int num)
public int getCount()
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 1995–2017 Webtide. All rights reserved.