public static class PathWatcher.PathWatchEvent
extends java.lang.Object
Constructor and Description |
---|
PathWatchEvent(java.nio.file.Path path,
PathWatcher.PathWatchEventType type) |
PathWatchEvent(java.nio.file.Path path,
java.nio.file.WatchEvent<java.nio.file.Path> event) |
Modifier and Type | Method and 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.Object
Object.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.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
Copyright © 1995–2017 Webtide. All rights reserved.