public class AbstractFileNIOFileSystem
extends java.nio.file.FileSystem
| Constructor and Description |
|---|
AbstractFileNIOFileSystem(SshConnection con,
java.net.URI uri,
AbstractFileNIOProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertOpen() |
void |
close() |
SshConnection |
getConnection() |
java.lang.Iterable<java.nio.file.FileStore> |
getFileStores() |
java.nio.file.Path |
getPath(java.lang.String first,
java.lang.String... more) |
java.nio.file.PathMatcher |
getPathMatcher(java.lang.String syntaxAndPattern) |
java.lang.Iterable<java.nio.file.Path> |
getRootDirectories() |
AbstractFilePath |
getRootPath() |
java.lang.String |
getSeparator() |
java.nio.file.attribute.UserPrincipalLookupService |
getUserPrincipalLookupService() |
boolean |
isOpen() |
boolean |
isReadOnly() |
java.util.Iterator<java.nio.file.Path> |
iterator(java.nio.file.Path path,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) |
java.nio.file.WatchService |
newWatchService() |
java.nio.file.spi.FileSystemProvider |
provider() |
java.util.Set<java.lang.String> |
supportedFileAttributeViews() |
public AbstractFileNIOFileSystem(SshConnection con, java.net.URI uri, AbstractFileNIOProvider provider)
public java.nio.file.spi.FileSystemProvider provider()
provider in class java.nio.file.FileSystempublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.nio.file.FileSystemjava.io.IOExceptionpublic boolean isOpen()
isOpen in class java.nio.file.FileSystempublic boolean isReadOnly()
isReadOnly in class java.nio.file.FileSystempublic java.lang.String getSeparator()
getSeparator in class java.nio.file.FileSystempublic java.lang.Iterable<java.nio.file.Path> getRootDirectories()
getRootDirectories in class java.nio.file.FileSystempublic java.lang.Iterable<java.nio.file.FileStore> getFileStores()
getFileStores in class java.nio.file.FileSystempublic java.util.Iterator<java.nio.file.Path> iterator(java.nio.file.Path path,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter)
throws java.io.IOException
java.io.IOExceptionpublic java.util.Set<java.lang.String> supportedFileAttributeViews()
supportedFileAttributeViews in class java.nio.file.FileSystempublic java.nio.file.Path getPath(java.lang.String first,
java.lang.String... more)
getPath in class java.nio.file.FileSystempublic java.nio.file.PathMatcher getPathMatcher(java.lang.String syntaxAndPattern)
getPathMatcher in class java.nio.file.FileSystempublic java.nio.file.attribute.UserPrincipalLookupService getUserPrincipalLookupService()
getUserPrincipalLookupService in class java.nio.file.FileSystempublic java.nio.file.WatchService newWatchService()
throws java.io.IOException
newWatchService in class java.nio.file.FileSystemjava.io.IOExceptionpublic void assertOpen()
public AbstractFilePath getRootPath()
public SshConnection getConnection()
Copyright © 2022. All rights reserved.