@groovy.transform.CompileStatic class VfsFileSystem extends java.nio.file.FileSystem
Type | Name and description |
---|---|
VfsProvider |
provider |
Constructor and description |
---|
VfsFileSystem
(VfsProvider provider) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
close() |
|
java.lang.Iterable<java.nio.file.FileStore> |
getFileStores() |
|
java.nio.file.Path |
getPath(java.lang.String s, java.lang.String[] strings) |
|
java.nio.file.PathMatcher |
getPathMatcher(java.lang.String s) |
|
java.lang.Iterable<java.nio.file.Path> |
getRootDirectories() |
|
java.lang.String |
getSeparator() |
|
java.nio.file.attribute.UserPrincipalLookupService |
getUserPrincipalLookupService() |
|
boolean |
isOpen() |
|
boolean |
isReadOnly() |
|
java.nio.file.WatchService |
newWatchService() |
|
java.nio.file.spi.FileSystemProvider |
provider() |
|
java.util.Set<java.lang.String> |
supportedFileAttributeViews() |
Methods inherited from class | Name |
---|---|
class java.nio.file.FileSystem |
java.nio.file.FileSystem#isOpen(), java.nio.file.FileSystem#provider(), java.nio.file.FileSystem#close(), java.nio.file.FileSystem#getPath(java.lang.String, [Ljava.lang.String;), java.nio.file.FileSystem#isReadOnly(), java.nio.file.FileSystem#getSeparator(), java.nio.file.FileSystem#getRootDirectories(), java.nio.file.FileSystem#getFileStores(), java.nio.file.FileSystem#supportedFileAttributeViews(), java.nio.file.FileSystem#getPathMatcher(java.lang.String), java.nio.file.FileSystem#getUserPrincipalLookupService(), java.nio.file.FileSystem#newWatchService(), java.nio.file.FileSystem#wait(long, int), java.nio.file.FileSystem#wait(), java.nio.file.FileSystem#wait(long), java.nio.file.FileSystem#equals(java.lang.Object), java.nio.file.FileSystem#toString(), java.nio.file.FileSystem#hashCode(), java.nio.file.FileSystem#getClass(), java.nio.file.FileSystem#notify(), java.nio.file.FileSystem#notifyAll() |
Groovy Documentation