Package | Description |
---|---|
org.apache.sshd.sftp.client.fs | |
org.apache.sshd.sftp.client.impl |
Modifier and Type | Field and Description |
---|---|
protected SftpPath |
SftpPathIterator.curEntry |
Modifier and Type | Method and Description |
---|---|
protected SftpPath |
SftpFileSystem.create(String root,
List<String> names) |
SftpPath |
SftpFileSystem.getDefaultDir() |
SftpPath |
SftpPathIterator.getRootPath() |
SftpPath |
SftpDirectoryStream.getRootPath() |
protected SftpPath |
SftpPathIterator.nextEntry(SftpPath root,
DirectoryStream.Filter<? super Path> selector) |
SftpPath |
SftpPath.toRealPath(LinkOption... options) |
SftpPath |
SftpFileSystemProvider.toSftpPath(Path path) |
Modifier and Type | Method and Description |
---|---|
protected SftpPath |
SftpPathIterator.nextEntry(SftpPath root,
DirectoryStream.Filter<? super Path> selector) |
protected NavigableMap<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 NavigableMap<String,Object> |
SftpFileSystemProvider.readPosixViewAttributes(SftpPath path,
String view,
String attrs,
LinkOption... options) |
SftpClient.Attributes |
SftpFileSystemProvider.readRemoteAttributes(SftpPath path,
LinkOption... options) |
protected SftpClient.Attributes |
SftpFileSystemProvider.resolveRemoteFileAttributes(SftpPath path,
LinkOption... options) |
Constructor and Description |
---|
SftpDirectoryStream(SftpPath path) |
SftpDirectoryStream(SftpPath path,
DirectoryStream.Filter<? super Path> filter) |
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterable<? extends SftpClient.DirEntry> iter,
DirectoryStream.Filter<? super Path> filter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter) |
SftpPathIterator(SftpPath path,
Iterator<? extends SftpClient.DirEntry> iter,
DirectoryStream.Filter<? super Path> filter) |
Modifier and Type | Class and Description |
---|---|
class |
SftpPathImpl
An
SftpPath that can cache SftpClient.Attributes . |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.