public class RestFileSystem extends AbstractFileSystem implements AbstractPathBuilder
| Constructor and Description |
|---|
RestFileSystem(RestFileSystemProvider provider,
URI uri,
Map<String,?> env) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<FileStore> |
getFileStores() |
URI |
getMountPoint() |
Path |
getPath(boolean isAbsolute,
List<String> path) |
Path |
getPath(String first,
String... more) |
PathMatcher |
getPathMatcher(String syntaxAndPattern) |
UserPrincipalLookupService |
getUserPrincipalLookupService() |
WatchService |
newWatchService() |
FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews() |
getRootDirectories, getSeparator, isOpen, isReadOnlypublic RestFileSystem(RestFileSystemProvider provider, URI uri, Map<String,?> env) throws IOException
IOExceptionpublic FileSystemProvider provider()
provider in class FileSystempublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class AbstractFileSystemIOExceptionpublic Iterable<FileStore> getFileStores()
getFileStores in class FileSystempublic Set<String> supportedFileAttributeViews()
supportedFileAttributeViews in class FileSystempublic Path getPath(String first, String... more)
getPath in interface AbstractPathBuildergetPath in class FileSystempublic Path getPath(boolean isAbsolute, List<String> path)
getPath in interface AbstractPathBuilderpublic PathMatcher getPathMatcher(String syntaxAndPattern)
getPathMatcher in class FileSystempublic UserPrincipalLookupService getUserPrincipalLookupService()
getUserPrincipalLookupService in class FileSystempublic WatchService newWatchService() throws IOException
newWatchService in class FileSystemIOExceptionpublic URI getMountPoint()
Copyright © 2022 LSST. All rights reserved.