Uses of Interface
com.sshtools.common.files.AbstractFile
Packages that use AbstractFile
Package
Description
-
Uses of AbstractFile in com.sshtools.common.auth
Methods in com.sshtools.common.auth that return AbstractFileModifier and TypeMethodDescriptionprotected AbstractFileAuthorizedKeysPublicKeyAuthenticationProvider.getFile(SshConnection con) -
Uses of AbstractFile in com.sshtools.common.files
Classes in com.sshtools.common.files with type parameters of type AbstractFileModifier and TypeInterfaceDescriptioninterfaceAbstractFileFactory<T extends AbstractFile>classAbstractFileImpl<T extends AbstractFile>Classes in com.sshtools.common.files that implement AbstractFileFields in com.sshtools.common.files declared as AbstractFileMethods in com.sshtools.common.files that return AbstractFileModifier and TypeMethodDescriptionAbstractFile.getParentFile()AbstractFileAdapter.getParentFile()AbstractFile.resolveFile(String child) AbstractFileAdapter.resolveFile(String child) Methods in com.sshtools.common.files that return types with arguments of type AbstractFileModifier and TypeMethodDescriptionAbstractFile.getChildren()AbstractFileAdapter.getChildren()AbstractFileFactory<? extends AbstractFile>AbstractFile.getFileFactory()abstract AbstractFileFactory<? extends AbstractFile>AbstractFileAdapter.getFileFactory()AbstractFileFactory<? extends AbstractFile>ReadOnlyFileFactory.ReadOnlyAbstractFile.getFileFactory()Methods in com.sshtools.common.files with parameters of type AbstractFileModifier and TypeMethodDescriptiondefault voidAbstractFile.copyFrom(AbstractFile src) voidAbstractFileAdapter.copyFrom(AbstractFile src) protected voidAbstractFileAdapter.init(AbstractFile file) default voidAbstractFile.moveTo(AbstractFile target) voidAbstractFileAdapter.moveTo(AbstractFile target) default MultipartTransferAbstractFile.startMultipartUpload(AbstractFile targetFile) AbstractFileAdapter.startMultipartUpload(AbstractFile targetFile) Constructors in com.sshtools.common.files with parameters of type AbstractFileModifierConstructorDescription -
Uses of AbstractFile in com.sshtools.common.files.direct
Classes in com.sshtools.common.files.direct that implement AbstractFileModifier and TypeClassDescriptionclassAbstractDirectFile<T extends AbstractDirectFile<T>>classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.final classMethods in com.sshtools.common.files.direct that return AbstractFileModifier and TypeMethodDescriptionDirectFile.getParentFile()Deprecated, for removal: This API element is subject to removal in a future version.NioFile.getParentFile()DirectFile.resolveFile(String child) Deprecated, for removal: This API element is subject to removal in a future version.NioFile.resolveFile(String child) Methods in com.sshtools.common.files.direct that return types with arguments of type AbstractFileModifier and TypeMethodDescriptionDirectFile.getChildren()Deprecated, for removal: This API element is subject to removal in a future version.NioFile.getChildren()Methods in com.sshtools.common.files.direct with parameters of type AbstractFileModifier and TypeMethodDescriptionvoidNioFile.copyFrom(AbstractFile src) voidAbstractDirectFile.moveTo(AbstractFile f2) voidNioFile.moveTo(AbstractFile target) -
Uses of AbstractFile in com.sshtools.common.files.nio
Methods in com.sshtools.common.files.nio that return AbstractFile -
Uses of AbstractFile in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp that return AbstractFileModifier and TypeMethodDescriptionAbstractFileSystem.OpenDirectory.getChildren()AbstractFileSystem.OpenDirectory.getFile()MultipartTransfer.getFile()OpenFile.getFile()AbstractFileSystem.getFileForHandle(byte[] handle) Multipart.getTargetFile()protected AbstractFileAbstractFileSystem.resolveFile(String path, SshConnection con) Methods in com.sshtools.common.sftp with parameters of type AbstractFileModifier and TypeMethodDescriptionprotected voidAbstractFileSystem.checkOpenFlagsAndFileState(String path, com.sshtools.common.util.UnsignedInteger32 flags, AbstractFile f) Deprecated.voidMultipart.setTargetFile(AbstractFile targetFile) AbstractFileSystem.startMultipartUpload(AbstractFile targetFile) Constructors in com.sshtools.common.sftp with parameters of type AbstractFile -
Uses of AbstractFile in com.sshtools.common.sftp.files
Methods in com.sshtools.common.sftp.files that return AbstractFileConstructors in com.sshtools.common.sftp.files with parameters of type AbstractFileModifierConstructorDescriptionPseduoRandomOpenFile(AbstractFile f, com.sshtools.common.util.UnsignedInteger32 flags, byte[] handle) RandomAccessOpenFile(AbstractFile f, com.sshtools.common.util.UnsignedInteger32 flags, byte[] handle)