| Package | Description |
|---|---|
| org.apache.sshd.client.subsystem.sftp |
| Modifier and Type | Method and Description |
|---|---|
protected SftpPath |
SftpFileSystem.create(String root,
List<String> names) |
SftpPath |
SftpFileSystem.getDefaultDir() |
SftpPath |
SftpPath.toRealPath(LinkOption... options) |
SftpPath |
SftpFileSystemProvider.toSftpPath(Path path) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
SftpFileSystemProvider.readAclViewAttributes(SftpPath path,
String view,
String attrs,
LinkOption... options) |
protected Map<String,Object> |
SftpFileSystemProvider.readCustomViewAttributes(SftpPath path,
String view,
String attrs,
LinkOption... options) |
protected Map<String,Object> |
SftpFileSystemProvider.readPosixViewAttributes(SftpPath path,
String view,
String attrs,
LinkOption... options) |
protected SftpClient.Attributes |
SftpFileSystemProvider.readRemoteAttributes(SftpPath path,
LinkOption... options) |
| Constructor and Description |
|---|
SftpDirectoryStream(SftpPath path) |
SftpFileSystemChannel(SftpPath p,
Collection<SftpClient.OpenMode> modes) |
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.