name.pachler.nio.file.impl
Class PathWatchEventModifier

java.lang.Object
  extended by 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
PathWatchEventModifier(java.lang.String name)
           
 
Method Summary
 java.lang.String name()
          The modifier's name should be used for informative purposes only (like error reporting).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathWatchEventModifier

public PathWatchEventModifier(java.lang.String name)
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 interface WatchEvent.Modifier<Path>
Returns:
the modifier's name