public class FileSystemWrapper
extends FileSystem
| Constructor and Description |
|---|
FileSystemWrapper(FileSystem fileSystem,
FileSystemProvider fileSystemProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<FileStore> |
getFileStores() |
Path |
getPath(String first,
String... more) |
PathMatcher |
getPathMatcher(String syntaxAndPattern) |
Iterable<Path> |
getRootDirectories() |
String |
getSeparator() |
UserPrincipalLookupService |
getUserPrincipalLookupService() |
boolean |
isOpen() |
boolean |
isReadOnly() |
WatchService |
newWatchService() |
FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews() |
public FileSystemWrapper(FileSystem fileSystem,
FileSystemProvider fileSystemProvider)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FileSystemIOExceptionpublic Iterable<FileStore> getFileStores()
getFileStores in class FileSystempublic Path getPath(String first,
String... more)
getPath in class FileSystempublic PathMatcher getPathMatcher(String syntaxAndPattern)
getPathMatcher in class FileSystempublic Iterable<Path> getRootDirectories()
getRootDirectories in class FileSystempublic String getSeparator()
getSeparator in class FileSystempublic UserPrincipalLookupService getUserPrincipalLookupService()
getUserPrincipalLookupService in class FileSystempublic boolean isOpen()
isOpen in class FileSystempublic boolean isReadOnly()
isReadOnly in class FileSystempublic WatchService newWatchService()
throws IOException
newWatchService in class FileSystemIOExceptionpublic FileSystemProvider provider()
provider in class FileSystempublic Set<String> supportedFileAttributeViews()
supportedFileAttributeViews in class FileSystem