public abstract class AbstractFileSystem extends FileSystem
| Constructor and Description |
|---|
AbstractFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<Path> |
getRootDirectories() |
String |
getSeparator() |
boolean |
isOpen() |
boolean |
isReadOnly() |
getFileStores, getPath, getPathMatcher, getUserPrincipalLookupService, newWatchService, provider, supportedFileAttributeViewspublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FileSystemIOExceptionpublic boolean isOpen()
isOpen in class FileSystempublic boolean isReadOnly()
isReadOnly in class FileSystempublic String getSeparator()
getSeparator in class FileSystempublic Iterable<Path> getRootDirectories()
getRootDirectories in class FileSystemCopyright © 2022 LSST. All rights reserved.