Uses of Interface
org.frankframework.filesystem.IBasicFileSystem
Packages that use IBasicFileSystem
Package
Description
-
Uses of IBasicFileSystem in org.frankframework.filesystem
Classes in org.frankframework.filesystem with type parameters of type IBasicFileSystemModifier and TypeClassDescriptionclass
AbstractFileSystemListener<F,
FS extends IBasicFileSystem<F>> listener
that looks in aFileSystem
for files.class
AbstractFileSystemPipe<F,
FS extends IBasicFileSystem<F>> Base class for Pipes that use aFileSystem
.class
AbstractFileSystemSender<F,
S extends IBasicFileSystem<F>> Base class for Senders that use aFileSystem
.class
FileSystemActor<F,
S extends IBasicFileSystem<F>> Worker class forAbstractFileSystemPipe
andAbstractFileSystemSender
.class
FileSystemMessageBrowser<F,
FS extends IBasicFileSystem<F>> class
FileSystemMessageBrowsingIterator<F,
FS extends IBasicFileSystem<F>> class
FileSystemMessageBrowsingIteratorItem<F,
FS extends IBasicFileSystem<F>> Subinterfaces of IBasicFileSystem in org.frankframework.filesystemModifier and TypeInterfaceDescriptioninterface
IMailFileSystem<M,
A> interface
Extension toIBasicFileSystem
that can be implemented to allow creation of files and folders.Classes in org.frankframework.filesystem that implement IBasicFileSystemModifier and TypeClassDescriptionclass
Baseclass forFileSystems
that use a 'Connection' to connect to their storage.class
Baseclass forFileSystems
.class
AbstractMailFileSystem<M,
A, C extends AutoCloseable> Baseclass forMailFileSystems
.class
class
class
FileSystem
representation of the local filesystem.Methods in org.frankframework.filesystem with type parameters of type IBasicFileSystemModifier and TypeMethodDescriptionstatic <F,
FS extends IBasicFileSystem<F>>
StringFileSystemUtils.getFileInfo
(FS fileSystem, F f, DocumentFormat format) static <F,
FS extends IBasicFileSystem<F>>
voidFileSystemUtils.getFileInfo
(FS fileSystem, F f, INodeBuilder nodeBuilder) Methods in org.frankframework.filesystem with parameters of type IBasicFileSystemModifier and TypeMethodDescriptionstatic <F> void
FileSystemUtils.checkSource
(IBasicFileSystem<F> fileSystem, F source, FileSystemActor.FileSystemAction action) Check if a source file exists.static <F> F
FileSystemUtils.copyFile
(IBasicFileSystem<F> fileSystem, F file, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, boolean destinationMustBeReturned) static <F> MessageContext
FileSystemUtils.getContext
(IBasicFileSystem<F> fileSystem, F file) static <F> MessageContext
FileSystemUtils.getContext
(IBasicFileSystem<F> fileSystem, F file, String charset) static <F> Stream
<F> FileSystemUtils.getFilteredStream
(IBasicFileSystem<F> fileSystem, String folder, String wildCard, String excludeWildCard, TypeFilter typeFilter) static <F> F
FileSystemUtils.moveFile
(IBasicFileSystem<F> fileSystem, F file, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, boolean destinationMustBeReturned) static <F> void
FileSystemUtils.prepareDestination
(IBasicFileSystem<F> fileSystem, F source, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, FileSystemActor.FileSystemAction action) Prepares the destination folder, e.g. for move or copy. -
Uses of IBasicFileSystem in org.frankframework.filesystem.exchange
Classes in org.frankframework.filesystem.exchange that implement IBasicFileSystemModifier and TypeClassDescriptionclass
Implementation of aIBasicFileSystem
of an Exchange Mailbox. -
Uses of IBasicFileSystem in org.frankframework.filesystem.ftp
Classes in org.frankframework.filesystem.ftp that implement IBasicFileSystem -
Uses of IBasicFileSystem in org.frankframework.filesystem.sftp
Classes in org.frankframework.filesystem.sftp that implement IBasicFileSystem -
Uses of IBasicFileSystem in org.frankframework.filesystem.smb
Classes in org.frankframework.filesystem.smb that implement IBasicFileSystemModifier and TypeClassDescriptionclass
Uses the (old) SMB 1 protocol.class
Uses the (newer) SMB 2 and 3 protocol.