|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.pachler.nio.file.WatchEvent<Path>
name.pachler.nio.file.impl.PathWatchEvent
public class PathWatchEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class name.pachler.nio.file.WatchEvent |
---|
WatchEvent.Kind<T>, WatchEvent.Modifier<T> |
Constructor Summary | |
---|---|
PathWatchEvent(WatchEvent.Kind<Path> kind,
Path path,
int count)
|
Method Summary | |
---|---|
Path |
context()
|
int |
count()
The number of times this event occurred, if it is cumulative. |
WatchEvent.Kind<Path> |
kind()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathWatchEvent(WatchEvent.Kind<Path> kind, Path path, int count)
Method Detail |
---|
public Path context()
context
in class WatchEvent<Path>
Path
to the file that this event
refers to, relative to the watched Path
public int count()
WatchEvent
count
in class WatchEvent<Path>
public WatchEvent.Kind<Path> kind()
kind
in class WatchEvent<Path>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |