Package | Description |
---|---|
org.apache.sshd.common.file.root |
Modifier and Type | Method and Description |
---|---|
protected RootedFileSystem |
RootedFileSystemProvider.getFileSystem(Path path) |
Modifier and Type | Method and Description |
---|---|
protected DirectoryStream<Path> |
RootedFileSystemProvider.root(RootedFileSystem rfs,
DirectoryStream<Path> ds) |
protected Iterator<Path> |
RootedFileSystemProvider.root(RootedFileSystem rfs,
Iterator<Path> iter) |
protected Path |
RootedFileSystemProvider.root(RootedFileSystem rfs,
Path nat) |
Constructor and Description |
---|
RootedPath(RootedFileSystem fileSystem,
String root,
List<String> names) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.