Package | Description |
---|---|
org.apache.sshd.common.file.root |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.nio.file.Path,RootedFileSystem> |
RootedFileSystemProvider.fileSystems |
Modifier and Type | Method and Description |
---|---|
protected RootedFileSystem |
RootedFileSystemProvider.getFileSystem(java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
protected java.nio.file.DirectoryStream<java.nio.file.Path> |
RootedFileSystemProvider.root(RootedFileSystem rfs,
java.nio.file.DirectoryStream<java.nio.file.Path> ds) |
protected java.util.Iterator<java.nio.file.Path> |
RootedFileSystemProvider.root(RootedFileSystem rfs,
java.util.Iterator<java.nio.file.Path> iter) |
protected java.nio.file.Path |
RootedFileSystemProvider.root(RootedFileSystem rfs,
java.nio.file.Path nat) |
Constructor and Description |
---|
RootedPath(RootedFileSystem fileSystem,
java.lang.String root,
java.util.List<java.lang.String> names) |