Interface | Description |
---|---|
IBasicFileSystem<F> |
Interface to represent a basic filesystem, in which files can be
listed, read, deleted or moved to a folder.
|
IMailFileSystem<M,A> | |
IWithAttachments<F,A> | |
IWritableFileSystem<F> |
Extension to
IBasicFileSystem that can be implemented to allow creation of files and folders. |
Class | Description |
---|---|
AmazonS3FileSystem | |
ConnectedFileSystemBase<F,C> |
Baseclass for
FileSystems that use a 'Connection' to connect to their storage. |
ExchangeFileSystem |
Implementation of a
IBasicFileSystem of an Exchange Mail Inbox. |
ExchangeObjectReference | |
FileSystemActor<F,FS extends IBasicFileSystem<F>> |
Worker class for
FileSystemPipe and FileSystemSender . |
FileSystemBase<F> |
Baseclass for
FileSystems . |
FileSystemListener<F,FS extends IBasicFileSystem<F>> |
listener that looks in a FileSystem for files. |
FileSystemMessageBrowser<F,FS extends IBasicFileSystem<F>> | |
FileSystemMessageBrowsingIterator<F,FS extends IBasicFileSystem<F>> | |
FileSystemMessageBrowsingIteratorItem<F,FS extends IBasicFileSystem<F>> | |
FileSystemPipe<F,FS extends IBasicFileSystem<F>> |
Base class for Pipes that use a
FileSystem . |
FileSystemSender<F,FS extends IBasicFileSystem<F>> |
Base class for Senders that use a
FileSystem . |
FileSystemSenderWithAttachments<F,A,FS extends IWithAttachments<F,A>> |
FileSystem Sender extension to handle Attachments.
|
FileSystemUtils | |
ForEachAttachmentPipe<F,A,FS extends IWithAttachments<F,A>> | |
FtpFileSystem | |
ImapFileSystem | |
KerberosLoginConfiguration | |
LocalFileSystem |
FileSystem representation of the local filesystem. |
MailFileSystemBase<M,A,C extends AutoCloseable> |
Baseclass for
MailFileSystems . |
MailFileSystemUtils | |
MailListener<M,A,S extends IMailFileSystem<M,A>> |
Implementation of a
FileSystemListener that enables a Receiver to look in a folder
for received mails. |
MsalClientAdapter |
This class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory.
|
Samba1FileSystem | |
Samba2FileSystem | |
UsernameAndPasswordCallbackHandler |
Enum | Description |
---|---|
FileSystemActor.FileSystemAction | |
Samba2FileSystem.Samba2AuthType |
Exception | Description |
---|---|
FileNotFoundException | |
FileSystemException |
Copyright © 2023 Frank!Framework. All rights reserved.