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