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:
provider
in classBaseFileSystem<RootedPath>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classFileSystem
- Throws:
IOException
-
isOpen
public boolean isOpen()- Specified by:
isOpen
in classFileSystem
-
isReadOnly
public boolean isReadOnly()- Overrides:
isReadOnly
in classBaseFileSystem<RootedPath>
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViews
in classFileSystem
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupService
in classFileSystem
-
create
- Specified by:
create
in classBaseFileSystem<RootedPath>
-
getFileStores
- Overrides:
getFileStores
in classBaseFileSystem<RootedPath>
-
hostFsHasWindowsSeparator
protected boolean hostFsHasWindowsSeparator()- Overrides:
hostFsHasWindowsSeparator
in classBaseFileSystem<RootedPath>
-
toString
-