Uses of Class
org.frankframework.filesystem.sftp.SftpFileRef
Packages that use SftpFileRef
Package
Description
-
Uses of SftpFileRef in org.frankframework.filesystem.sftp
Classes in org.frankframework.filesystem.sftp that implement interfaces with type arguments of type SftpFileRefMethods in org.frankframework.filesystem.sftp that return SftpFileRefModifier and TypeMethodDescriptionSftpFileSystem.copyFile(SftpFileRef f, String destinationFolder, boolean createFolder) static SftpFileRefSftpFileRef.fromLsEntry(com.jcraft.jsch.ChannelSftp.LsEntry entry) Creates a deep-copy of LsEntrystatic SftpFileRefSftpFileRef.fromLsEntry(com.jcraft.jsch.ChannelSftp.LsEntry entry, String folder) Creates a deep-copy of LsEntry, relative to the provided folderSftpFileSystem.moveFile(SftpFileRef f, String destinationFolder, boolean createFolder) SftpFileSystem.renameFile(SftpFileRef source, SftpFileRef destination) Methods in org.frankframework.filesystem.sftp that return types with arguments of type SftpFileRefModifier and TypeMethodDescription@NonNull DirectoryStream<SftpFileRef> SftpFileSystem.list(SftpFileRef folder, @NonNull TypeFilter filter) Methods in org.frankframework.filesystem.sftp with parameters of type SftpFileRefModifier and TypeMethodDescriptionvoidSftpFileSystem.appendFile(SftpFileRef file, InputStream content) SftpFileSystem.copyFile(SftpFileRef f, String destinationFolder, boolean createFolder) voidSftpFileSystem.createFile(SftpFileRef file, InputStream content) voidSftpFileSystem.deleteFile(SftpFileRef f) booleanSftpFileSystem.exists(SftpFileRef file) SftpFileSystem.getAdditionalFileProperties(SftpFileRef f) SftpFileSystem.getCanonicalName(SftpFileRef f) longSftpFileSystem.getFileSize(SftpFileRef f) SftpFileSystem.getModificationTime(SftpFileRef f) SftpFileSystem.getName(SftpFileRef file) SftpFileSystem.getParentFolder(SftpFileRef file) booleanSftpFileSystem.isFolder(SftpFileRef sftpFileRef) @NonNull DirectoryStream<SftpFileRef> SftpFileSystem.list(SftpFileRef folder, @NonNull TypeFilter filter) SftpFileSystem.moveFile(SftpFileRef f, String destinationFolder, boolean createFolder) SftpFileSystem.readFile(SftpFileRef f, String charset) SftpFileSystem.renameFile(SftpFileRef source, SftpFileRef destination) -
Uses of SftpFileRef in org.frankframework.receivers
Subclasses with type arguments of type SftpFileRef in org.frankframework.receiversModifier and TypeClassDescriptionclassFile listener for an SFTP connection. -
Uses of SftpFileRef in org.frankframework.senders
Subclasses with type arguments of type SftpFileRef in org.frankframework.senders