NIO2 API

Uses of Interface
org.classpath.icedtea.java.nio.file.WatchEvent.Kind

Packages that use WatchEvent.Kind
org.classpath.icedtea.java.nio.file Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. 
org.classpath.icedtea.java.nio.file.spi Service-provider classes for the org.classpath.icedtea.java.nio.file package. 
 

Uses of WatchEvent.Kind in org.classpath.icedtea.java.nio.file
 

Fields in org.classpath.icedtea.java.nio.file declared as WatchEvent.Kind
static WatchEvent.Kind<Path> StandardWatchEventKind.ENTRY_CREATE
          Directory entry created.
static WatchEvent.Kind<Path> StandardWatchEventKind.ENTRY_DELETE
          Directory entry deleted.
static WatchEvent.Kind<Path> StandardWatchEventKind.ENTRY_MODIFY
          Directory entry modified.
static WatchEvent.Kind<java.lang.Void> StandardWatchEventKind.OVERFLOW
          A special event to indicate that events may have been lost or discarded.
 

Methods in org.classpath.icedtea.java.nio.file that return WatchEvent.Kind
abstract  WatchEvent.Kind<T> WatchEvent.kind()
          Returns the event kind.
 

Methods in org.classpath.icedtea.java.nio.file with parameters of type WatchEvent.Kind
 WatchKey Watchable.register(WatchService watcher, WatchEvent.Kind<?>... events)
          Registers an object with a watch service.
 WatchKey Watchable.register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
          Registers an object with a watch service.
abstract  WatchKey Path.register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
          Registers the file located by this path with a watch service.
 

Uses of WatchEvent.Kind in org.classpath.icedtea.java.nio.file.spi
 

Methods in org.classpath.icedtea.java.nio.file.spi with parameters of type WatchEvent.Kind
 WatchKey AbstractPath.register(WatchService watcher, WatchEvent.Kind<?>... events)
           
 


NIO2 API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.