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 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 SftpFileRefMethods 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) SftpFileSystem.list(SftpFileRef folder, TypeFilter filter) SftpFileSystem.moveFile(SftpFileRef f, String destinationFolder, boolean createFolder) SftpFileSystem.readFile(SftpFileRef f, String charset) SftpFileSystem.renameFile(SftpFileRef source, SftpFileRef destination)