| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp | |
| org.apache.sshd.common.file.root | |
| org.apache.sshd.common.file.util |
| Modifier and Type | Method and Description |
|---|---|
protected SftpPath |
SftpFileSystem.create(String root,
ImmutableList<String> names) |
| Constructor and Description |
|---|
SftpPath(SftpFileSystem fileSystem,
String root,
ImmutableList<String> names) |
| Modifier and Type | Method and Description |
|---|---|
protected RootedPath |
RootedFileSystem.create(String root,
ImmutableList<String> names) |
| Constructor and Description |
|---|
RootedPath(RootedFileSystem fileSystem,
String root,
ImmutableList<String> names) |
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableList<String> |
BasePath.names |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<T> |
ImmutableList.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
BasePath.create(String root,
ImmutableList<String> names) |
protected abstract T |
BaseFileSystem.create(String root,
ImmutableList<String> names) |
| Constructor and Description |
|---|
BasePath(FS fileSystem,
String root,
ImmutableList<String> names) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.