Java java.nio.file FileSystem fields, constructors, methods, implement or subclass

Example usage for Java java.nio.file FileSystem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.file FileSystem.

The text is from its open source code.

Method

voidclose()
Closes this file system.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
IterablegetFileStores()
Returns an object to iterate over the underlying file stores.
PathgetPath(String first, String... more)
Converts a path string, or a sequence of strings that when joined form a path string, to a Path .
PathMatchergetPathMatcher(String syntaxAndPattern)
Returns a PathMatcher that performs match operations on the String representation of Path objects by interpreting a given pattern.
IterablegetRootDirectories()
Returns an object to iterate over the paths of the root directories.
StringgetSeparator()
Returns the name separator, represented as a string.
UserPrincipalLookupServicegetUserPrincipalLookupService()
Returns the UserPrincipalLookupService for this file system (optional operation).
booleanisOpen()
Tells whether or not this file system is open.
booleanisReadOnly()
Tells whether or not this file system allows only read-only access to its file stores.
WatchServicenewWatchService()
Constructs a new WatchService (optional operation).
FileSystemProviderprovider()
Returns the provider that created this file system.
SetsupportedFileAttributeViews()
Returns the set of the FileAttributeView#name names of the file attribute views supported by this FileSystem .