public class PathWatchEventModifier extends java.lang.Object implements WatchEvent.Modifier<Path>
Constructor and Description |
---|
PathWatchEventModifier(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
The modifier's name should be used for informative purposes
only (like error reporting).
|
public java.lang.String name()
WatchEvent.Modifier
name
in interface WatchEvent.Modifier<Path>