Package | Description |
---|---|
org.apache.sshd.sftp.client.fs | |
org.apache.sshd.sftp.client.impl |
Modifier and Type | Field and Description |
---|---|
protected SftpPath |
SftpPathIterator.curEntry |
private SftpPath |
SftpFileSystem.defaultDir |
private SftpPath |
SftpPathIterator.path |
private SftpPath |
SftpDirectoryStream.path |
Modifier and Type | Method and Description |
---|---|
protected SftpPath |
SftpFileSystem.create(java.lang.String root,
java.util.List<java.lang.String> names) |
SftpPath |
SftpFileSystem.getDefaultDir() |
SftpPath |
SftpPathIterator.getRootPath() |
SftpPath |
SftpDirectoryStream.getRootPath() |
protected SftpPath |
SftpPathIterator.nextEntry(SftpPath root,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> selector) |
SftpPath |
SftpPath.toRealPath(java.nio.file.LinkOption... options) |
SftpPath |
SftpFileSystemProvider.toSftpPath(java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
protected SftpPath |
SftpPathIterator.nextEntry(SftpPath root,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> selector) |
protected java.util.NavigableMap<java.lang.String,java.lang.Object> |
SftpFileSystemProvider.readAclViewAttributes(SftpPath path,
java.lang.String view,
java.lang.String attrs,
java.nio.file.LinkOption... options) |
protected java.util.Map<java.lang.String,java.lang.Object> |
SftpFileSystemProvider.readCustomViewAttributes(SftpPath path,
java.lang.String view,
java.lang.String attrs,
java.nio.file.LinkOption... options) |
protected java.util.NavigableMap<java.lang.String,java.lang.Object> |
SftpFileSystemProvider.readPosixViewAttributes(SftpPath path,
java.lang.String view,
java.lang.String attrs,
java.nio.file.LinkOption... options) |
SftpClient.Attributes |
SftpFileSystemProvider.readRemoteAttributes(SftpPath path,
java.nio.file.LinkOption... options) |
protected SftpClient.Attributes |
SftpFileSystemProvider.resolveRemoteFileAttributes(SftpPath path,
java.nio.file.LinkOption... options) |
Constructor and Description |
---|
SftpDirectoryStream(SftpPath path) |
SftpDirectoryStream(SftpPath path,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) |
SftpPathIterator(SftpPath path,
java.lang.Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
java.lang.Iterable<? extends SftpClient.DirEntry> iter,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) |
SftpPathIterator(SftpPath path,
java.util.Iterator<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
java.util.Iterator<? extends SftpClient.DirEntry> iter,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) |
Modifier and Type | Class and Description |
---|---|
class |
SftpPathImpl
An
SftpPath that can cache SftpClient.Attributes . |