Example usage for Java java.nio.file FileSystem fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes this file system. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
Iterable | getFileStores() Returns an object to iterate over the underlying file stores. |
Path | getPath(String first, String... more) Converts a path string, or a sequence of strings that when joined form a path string, to a Path . |
PathMatcher | getPathMatcher(String syntaxAndPattern) Returns a PathMatcher that performs match operations on the String representation of Path objects by interpreting a given pattern. |
Iterable | getRootDirectories() Returns an object to iterate over the paths of the root directories. |
String | getSeparator() Returns the name separator, represented as a string. |
UserPrincipalLookupService | getUserPrincipalLookupService() Returns the UserPrincipalLookupService for this file system (optional operation). |
boolean | isOpen() Tells whether or not this file system is open. |
boolean | isReadOnly() Tells whether or not this file system allows only read-only access to its file stores. |
WatchService | newWatchService() Constructs a new WatchService (optional operation). |
FileSystemProvider | provider() Returns the provider that created this file system. |
Set | supportedFileAttributeViews() Returns the set of the FileAttributeView#name names of the file attribute views supported by this FileSystem . |