Package org.apache.sshd.common.file.root
Class RootedFileSystem
java.lang.Object
java.nio.file.FileSystem
org.apache.sshd.common.file.util.BaseFileSystem<RootedPath>
org.apache.sshd.common.file.root.RootedFileSystem
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
FieldsFields inherited from class org.apache.sshd.common.file.util.BaseFileSystem
log -
Constructor Summary
ConstructorsConstructorDescriptionRootedFileSystem(RootedFileSystemProvider fileSystemProvider, Path root, Map<String, ?> env) -
Method Summary
Methods inherited from class org.apache.sshd.common.file.util.BaseFileSystem
appendDedupSep, create, create, getDefaultDir, getPath, getPathMatcher, getRootDirectories, getSeparator, globToRegex, handleWindowsSeparator, newWatchService
-
Field Details
-
rootPath
-
rootFs
-
-
Constructor Details
-
RootedFileSystem
-
-
Method Details
-
getRootFileSystem
-
getRoot
-
provider
- Overrides:
providerin classBaseFileSystem<RootedPath>
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classFileSystem- Throws:
IOException
-
isOpen
public boolean isOpen()- Specified by:
isOpenin classFileSystem
-
isReadOnly
public boolean isReadOnly()- Overrides:
isReadOnlyin classBaseFileSystem<RootedPath>
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViewsin classFileSystem
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupServicein classFileSystem
-
create
- Specified by:
createin classBaseFileSystem<RootedPath>
-
getFileStores
- Overrides:
getFileStoresin classBaseFileSystem<RootedPath>
-
hostFsHasWindowsSeparator
protected boolean hostFsHasWindowsSeparator()- Overrides:
hostFsHasWindowsSeparatorin classBaseFileSystem<RootedPath>
-
toString
-