Package name.pachler.nio.file.impl
Class PathWatchEventModifier
- java.lang.Object
-
- name.pachler.nio.file.impl.PathWatchEventModifier
-
- All Implemented Interfaces:
WatchEvent.Modifier<Path>
public class PathWatchEventModifier extends java.lang.Object implements WatchEvent.Modifier<Path>
-
-
Constructor Summary
Constructors Constructor Description PathWatchEventModifier(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
The modifier's name should be used for informative purposes only (like error reporting).
-
-
-
Method Detail
-
name
public java.lang.String name()
Description copied from interface:WatchEvent.Modifier
The modifier's name should be used for informative purposes only (like error reporting).- Specified by:
name
in interfaceWatchEvent.Modifier<Path>
- Returns:
- the modifier's name
-
-