|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.pachler.nio.file.FileSystem
public abstract class FileSystem
Represents a file system. Use this class to instantiate a new
WatchService
in a way that is source compatible with JDK7. An
alternative is to use
Bootstrapper.newWatchService()
.
Method Summary | |
---|---|
abstract WatchService |
newWatchService()
Creates a new WatchService instance by selecting
an implementation that best fits the current platform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract WatchService newWatchService()
WatchService
instance by selecting
an implementation that best fits the current platform.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |