|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.pachler.nio.file.FileSystems
public abstract class FileSystems
Provides static method to get the default FileSystem object. It is used to acquire a WatchService via the provided FileSystem instance. Note that this class solely exists in jpathwatch to maintain JDK7 source compatibility, but only offers small subset of the functionality implemented in JDK7.
Method Summary | |
---|---|
static FileSystem |
getDefault()
Gets the default file system. jpathwatch provides this method as a means to get a FileSystem that in turn allows
to create a WatchService instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FileSystem getDefault()
FileSystem
that in turn allows
to create a WatchService
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |