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 AbstractFileMethods in com.sshtools.common.files.direct that return AbstractFileMethods in com.sshtools.common.files.direct that return types with arguments of type AbstractFileMethods in com.sshtools.common.files.direct with parameters of type AbstractFileModifier and TypeMethodDescriptionvoidNioFile.copyFrom(AbstractFile src) 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 TypeMethodDescriptionvoidMultipart.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)