Search

vRO intrinsic class java.nio.file.FileSystem

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
close() void
getFileStores() java.lang.Iterable
getPath(String , String[] ) java.nio.file.Path
getPathMatcher(String ) java.nio.file.PathMatcher
getRootDirectories() java.lang.Iterable
getSeparator() String
getUserPrincipalLookupService() java.nio.file.attribute.UserPrincipalLookupService
isOpen() boolean
isReadOnly() boolean
newWatchService() java.nio.file.WatchService
provider() java.nio.file.spi.FileSystemProvider
supportedFileAttributeViews() java.util.Set

Returned by

Method Returns
java.nio.file.Path.getFileSystem() java.nio.file.FileSystem
java.nio.file.spi.FileSystemProvider.getFileSystem(java.net.URI ) java.nio.file.FileSystem
java.nio.file.spi.FileSystemProvider.newFileSystem(java.net.URI , Properties ) java.nio.file.FileSystem
java.nio.file.spi.FileSystemProvider.newFileSystem(java.nio.file.Path , Properties ) java.nio.file.FileSystem

Referenced in

None