public class PathWatcher.PathWatchEvent
extends java.lang.Object
Constructor | Description |
---|---|
PathWatchEvent(java.nio.file.Path path,
java.nio.file.WatchEvent<java.nio.file.Path> event,
PathWatcher.Config config) |
|
PathWatchEvent(java.nio.file.Path path,
PathWatcher.PathWatchEventType type,
PathWatcher.Config config) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
PathWatcher.Config |
getConfig() |
|
int |
getCount() |
Deprecated.
|
java.nio.file.Path |
getPath() |
|
PathWatcher.PathWatchEventType |
getType() |
|
int |
hashCode() |
|
boolean |
isQuiet(long now,
long quietTime) |
|
void |
modified() |
|
long |
toQuietCheck(long now,
long quietTime) |
|
java.lang.String |
toString() |
public PathWatchEvent(java.nio.file.Path path, PathWatcher.PathWatchEventType type, PathWatcher.Config config)
public PathWatchEvent(java.nio.file.Path path, java.nio.file.WatchEvent<java.nio.file.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(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()
@Deprecated 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–2018 Webtide. All rights reserved.