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> void
FileSystemUtils.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> F
FileSystemUtils.renameFile
(IWritableFileSystem<F> fileSystem, F source, F destination, boolean overwrite, int numOfBackups) static <F> void
FileSystemUtils.rolloverByDay
(IWritableFileSystem<F> fileSystem, F file, String folder, int rotateDays) static <F> void
FileSystemUtils.rolloverByNumber
(IWritableFileSystem<F> fileSystem, F file, int numberOfBackups) static <F> void
FileSystemUtils.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 TypeClassDescriptionclass
Uses the (old) SMB 1 protocol.class
Uses the (newer) SMB 2 and 3 protocol.