Uses of Class
org.frankframework.filesystem.sftp.SftpFileRef
Packages that use SftpFileRef
-
Uses of SftpFileRef in org.frankframework.filesystem.sftp
Methods in org.frankframework.filesystem.sftp that return SftpFileRefModifier and TypeMethodDescriptionSftpFileSystem.copyFile
(SftpFileRef f, String destinationFolder, boolean createFolder) static SftpFileRef
SftpFileRef.fromLsEntry
(com.jcraft.jsch.ChannelSftp.LsEntry entry) Creates a deep-copy of LsEntrystatic SftpFileRef
SftpFileRef.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 SftpFileRefMethods in org.frankframework.filesystem.sftp with parameters of type SftpFileRefModifier and TypeMethodDescriptionSftpFileSystem.appendFile
(SftpFileRef f) SftpFileSystem.copyFile
(SftpFileRef f, String destinationFolder, boolean createFolder) SftpFileSystem.createFile
(SftpFileRef f) void
SftpFileSystem.deleteFile
(SftpFileRef f) boolean
SftpFileSystem.exists
(SftpFileRef file) SftpFileSystem.getAdditionalFileProperties
(SftpFileRef f) SftpFileSystem.getCanonicalName
(SftpFileRef f) long
SftpFileSystem.getFileSize
(SftpFileRef f) SftpFileSystem.getModificationTime
(SftpFileRef f) SftpFileSystem.getName
(SftpFileRef file) SftpFileSystem.getParentFolder
(SftpFileRef file) boolean
SftpFileSystem.isFolder
(SftpFileRef sftpFileRef) SftpFileSystem.moveFile
(SftpFileRef f, String destinationFolder, boolean createFolder) SftpFileSystem.readFile
(SftpFileRef f, String charset) SftpFileSystem.renameFile
(SftpFileRef source, SftpFileRef destination)