Uses of Interface
org.frankframework.filesystem.IWritableFileSystem
Packages that use IWritableFileSystem
Package
Description
-
Uses of IWritableFileSystem in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement IWritableFileSystemMethods in org.frankframework.filesystem with parameters of type IWritableFileSystemModifier and TypeMethodDescriptionstatic <F> voidFileSystemUtils.prepareDestination(IWritableFileSystem<F> fileSystem, F destination, boolean overwrite, int numOfBackups, FileSystemActor.FileSystemAction action) Prepares the destination of a file: - if the file exists, checks overwrite, or performs rolloverstatic <F> FFileSystemUtils.renameFile(IWritableFileSystem<F> fileSystem, F source, F destination, boolean overwrite, int numOfBackups) static <F> voidFileSystemUtils.rolloverByDay(IWritableFileSystem<F> fileSystem, F file, String folder, int rotateDays) static <F> voidFileSystemUtils.rolloverByNumber(IWritableFileSystem<F> fileSystem, F file, int numberOfBackups) static <F> voidFileSystemUtils.rolloverBySize(IWritableFileSystem<F> fileSystem, F file, int rotateSize, int numberOfBackups) -
Uses of IWritableFileSystem in org.frankframework.filesystem.ftp
Classes in org.frankframework.filesystem.ftp that implement IWritableFileSystem -
Uses of IWritableFileSystem in org.frankframework.filesystem.sftp
Classes in org.frankframework.filesystem.sftp that implement IWritableFileSystem -
Uses of IWritableFileSystem in org.frankframework.filesystem.smb
Classes in org.frankframework.filesystem.smb that implement IWritableFileSystemModifier and TypeClassDescriptionclassUses the (old) SMB 1 protocol.classUses the (newer) SMB 2 and 3 protocol.