Uses of Class
org.frankframework.filesystem.FileSystemException
Packages that use FileSystemException
Package
Description
-
Uses of FileSystemException in org.frankframework.filesystem
Subclasses of FileSystemException in org.frankframework.filesystemModifier and TypeClassDescriptionclassclassclassclassMethods in org.frankframework.filesystem that throw FileSystemExceptionModifier and TypeMethodDescriptionstatic <M,A> void MailFileSystemUtils.addAttachmentInfo(IMailFileSystem<M, A> fileSystem, A attachment, SaxElementBuilder attachmentsXml) static <M,A> void MailFileSystemUtils.addEmailInfo(IMailFileSystem<M, A> fileSystem, M emailMessage, SaxElementBuilder emailXml) static <M,A> void MailFileSystemUtils.addEmailInfoSimple(IMailFileSystem<M, A> fileSystem, M emailMessage, SaxElementBuilder emailXml) voidIWritableFileSystem.appendFile(@NonNull F file, @Nullable InputStream content) protected booleanAbstractFileSystemListener.checkForExistenceOfFolder(String attributeName, String folderName) static <F> voidFileSystemUtils.checkSource(IBasicFileSystem<F> fileSystem, F source, FileSystemActor.FileSystemAction action) Check if a source file exists.voidAbstractConnectedFileSystem.close()voidAbstractFileSystem.close()voidAmazonS3FileSystem.close()voidIBasicFileSystem.close()protected voidAbstractConnectedFileSystem.closeConnection(C connection) Close connection to the FileSystem, releasing all resources.protected voidImapFileSystem.closeConnection(org.eclipse.angus.mail.imap.IMAPFolder folder) AmazonS3FileSystem.copyFile(@NonNull S3FileRef s3Object, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) static <F> FFileSystemUtils.copyFile(IBasicFileSystem<F> fileSystem, F file, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, boolean destinationMustBeReturned) Copies the file to another folder.@Nullable jakarta.mail.MessageISupportsCustomFileAttributes.copyFile(@NonNull F f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) Copies the file to another folder, adding the given custom file attributes to the file in the destination folder.LocalFileSystem.copyFile(@NonNull Path f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) protected abstract CAbstractConnectedFileSystem.createConnection()Create a fresh connection to the FileSystem.protected org.eclipse.angus.mail.imap.IMAPFolderImapFileSystem.createConnection()voidAmazonS3FileSystem.createFile(@NonNull S3FileRef f, @Nullable InputStream content) voidAmazonS3FileSystem.createFile(@NonNull S3FileRef f, @Nullable InputStream content, @NonNull Map<String, String> customFileAttributes) voidISupportsCustomFileAttributes.createFile(@NonNull F file, @Nullable InputStream contents, @NonNull Map<String, String> customFileAttributes) Creates a file with the given custom file attributes.voidIWritableFileSystem.createFile(@NonNull F file, @Nullable InputStream content) Create a file with the given content inputstreamvoidAmazonS3FileSystem.createFolder(String folder) voidIBasicFileSystem.createFolder(String folder) voidImapFileSystem.createFolder(String folderName) voidLocalFileSystem.createFolder(String folder) voidAmazonS3FileSystem.deleteFile(S3FileRef f) voidIBasicFileSystem.deleteFile(F f) voidImapFileSystem.deleteFile(jakarta.mail.Message message) voidLocalFileSystem.deleteFile(Path f) @Nullable MessageFileSystemActor.doAction(@NonNull Message input, ParameterValueList pvl, @NonNull PipeLineSession session) booleanbooleanbooleanImapFileSystem.exists(jakarta.mail.Message f) voidIMailFileSystem.extractAttachment(A attachment, SaxElementBuilder attachmentsXml) voidImapFileSystem.extractAttachment(jakarta.mail.internet.MimeBodyPart attachment, SaxElementBuilder attachmentsXml) voidIMailFileSystem.extractEmail(M emailMessage, SaxElementBuilder emailXml) voidImapFileSystem.extractEmail(jakarta.mail.Message emailMessage, SaxElementBuilder emailXml) booleanAmazonS3FileSystem.folderExists(String folder) booleanIBasicFileSystem.folderExists(String folder) booleanImapFileSystem.folderExists(String foldername) booleanLocalFileSystem.folderExists(String folder) voidIMailFileSystem.forwardMail(M emailMessage, String destination) voidImapFileSystem.forwardMail(jakarta.mail.Message emailMessage, String destination) IMailFileSystem.getAdditionalAttachmentProperties(A a) ImapFileSystem.getAdditionalAttachmentProperties(jakarta.mail.internet.MimeBodyPart a) IBasicFileSystem.getAdditionalFileProperties(F f) ImapFileSystem.getAdditionalFileProperties(jakarta.mail.Message f) LocalFileSystem.getAdditionalFileProperties(Path file) IMailFileSystem.getAttachmentContentType(A a) ImapFileSystem.getAttachmentContentType(jakarta.mail.internet.MimeBodyPart a) IMailFileSystem.getAttachmentFileName(A a) ImapFileSystem.getAttachmentFileName(jakarta.mail.internet.MimeBodyPart a) IMailFileSystem.getAttachmentName(A a) ImapFileSystem.getAttachmentName(jakarta.mail.internet.MimeBodyPart a) longIMailFileSystem.getAttachmentSize(A a) longImapFileSystem.getAttachmentSize(jakarta.mail.internet.MimeBodyPart a) @Nullable StringIBasicFileSystem.getCanonicalName(@NonNull F f) @NonNull StringLocalFileSystem.getCanonicalName(@NonNull Path f) protected @Nullable CAbstractConnectedFileSystem.getConnection()Get a Connection from the pool, or the global shared connection.static <F> MessageContextFileSystemUtils.getContext(IBasicFileSystem<F> fileSystem, F file) static <F> MessageContextFileSystemUtils.getContext(IBasicFileSystem<F> fileSystem, F file, String charset) @Nullable StringISupportsCustomFileAttributes.getCustomFileAttribute(@NonNull F file, @NonNull String name) Gets the value of the given custom file attribute on the given file.@Nullable StringLocalFileSystem.getCustomFileAttribute(@NonNull Path file, @NonNull String name) @Nullable MIMailFileSystem.getFileFromAttachment(A a) @Nullable jakarta.mail.MessageImapFileSystem.getFileFromAttachment(jakarta.mail.internet.MimeBodyPart a) static <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) longAmazonS3FileSystem.getFileSize(S3FileRef f) longIBasicFileSystem.getFileSize(F f) longImapFileSystem.getFileSize(jakarta.mail.Message f) longLocalFileSystem.getFileSize(Path f) static <F> @NonNull Stream<F> FileSystemUtils.getFilteredStream(IBasicFileSystem<F> fileSystem, String folder, String wildCard, String excludeWildCard, @NonNull TypeFilter typeFilter) IMailFileSystem.getMimeContent(M emailMessage) AmazonS3FileSystem.getModificationTime(S3FileRef f) IBasicFileSystem.getModificationTime(F f) ImapFileSystem.getModificationTime(jakarta.mail.Message message) LocalFileSystem.getModificationTime(Path f) IBasicFileSystem.getParentFolder(@NonNull F f) LocalFileSystem.getParentFolder(@NonNull Path f) IMailFileSystem.getSubject(M emailMessage) ImapFileSystem.getSubject(jakarta.mail.Message emailMessage) boolean@NonNull DirectoryStream<S3FileRef> AmazonS3FileSystem.list(S3FileRef folder, @NonNull TypeFilter filter) @NonNull DirectoryStream<F> IBasicFileSystem.list(@Nullable F folder, @NonNull TypeFilter filter) default @NonNull DirectoryStream<F> IBasicFileSystem.list(@Nullable String folder, @NonNull TypeFilter filter) Lists files, directories or both, from a 'folder' or in the 'root' of the filesystem (when folder is null).@NonNull DirectoryStream<jakarta.mail.Message> ImapFileSystem.list(jakarta.mail.Message foldername, @NonNull TypeFilter filter) @NonNull DirectoryStream<Path> LocalFileSystem.list(Path folder, @NonNull TypeFilter filter) IMailFileSystem.listAttachments(M f) @Nullable Iterator<jakarta.mail.internet.MimeBodyPart> ImapFileSystem.listAttachments(jakarta.mail.Message f) AmazonS3FileSystem.moveFile(@NonNull S3FileRef f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) static <F> FFileSystemUtils.moveFile(IBasicFileSystem<F> fileSystem, F file, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, boolean destinationMustBeReturned) static <F> FFileSystemUtils.moveFile(IBasicFileSystem<F> fileSystem, F file, String destinationFolder, String comment, boolean overwrite, int numOfBackups, boolean createFolders, boolean destinationMustBeReturned) Moves the file to another folder.@Nullable jakarta.mail.MessageISupportsCustomFileAttributes.moveFile(@NonNull F f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) Moves the file to another folder, adding the given custom file attributes to the file in the destination folder.LocalFileSystem.moveFile(@NonNull Path f, @NonNull String destinationFolder, boolean createFolder, @NonNull Map<String, String> customFileAttributes) voidAbstractConnectedFileSystem.open()voidAbstractFileSystem.open()voidAmazonS3FileSystem.open()voidFileSystemActor.open()voidIBasicFileSystem.open()voidLocalFileSystem.open()static <F> voidFileSystemUtils.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.static <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 rolloverIf you retrieve an S3Object, you should close this input stream as soon as possible, because the object content is not buffered in memory and streams directly from Amazon S3.voidAmazonS3FileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) voidIBasicFileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) voidImapFileSystem.removeFolder(String folderName, boolean removeNonEmptyFolder) voidLocalFileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) AmazonS3FileSystem.renameFile(@NonNull S3FileRef source, @NonNull S3FileRef destination) AmazonS3FileSystem.renameFile(@NonNull S3FileRef source, @NonNull S3FileRef destination, @NonNull Map<String, String> customFileAttributes) static <F> FFileSystemUtils.renameFile(IWritableFileSystem<F> fileSystem, F source, F destination, boolean overwrite, int numOfBackups) ISupportsCustomFileAttributes.renameFile(@NonNull F source, @NonNull F destination, @NonNull Map<String, String> customFileAttributes) Renames the file to a new name, possibly in another folder.IWritableFileSystem.renameFile(@NonNull F source, @NonNull F destination) Renames the file to a new name, possibly in another folder.LocalFileSystem.renameFile(@NonNull Path source, @NonNull Path destination) LocalFileSystem.renameFile(@NonNull Path source, @NonNull Path destination, @NonNull Map<String, String> customFileAttributes) 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) @NonNull FGet a file 'F' representation of an identification of a file.@NonNull FCreates a reference to a file.@NonNull jakarta.mail.Message@NonNull jakarta.mail.Message@NonNull Path@NonNull PathConstructors in org.frankframework.filesystem that throw FileSystemExceptionModifierConstructorDescriptionFileSystemMessageBrowsingIterator(FS fileSystem, String folder, String messageIdPropertyKey) FileSystemMessageBrowsingIteratorItem(FS fileSystem, RawMessageWrapper<F> item, String messageIdPropertyKey) -
Uses of FileSystemException in org.frankframework.filesystem.exchange
Methods in org.frankframework.filesystem.exchange that throw FileSystemExceptionModifier and TypeMethodDescriptionvoidExchangeFileSystem.close()ExchangeFileSystem.copyFile(MailItemId file, String destinationFolder, boolean createFolder) voidExchangeFileSystem.createFolder(String folder) voidExchangeFileSystem.deleteFile(MailItemId id) voidExchangeFileSystem.extractAttachment(MailMessage attachment, SaxElementBuilder attachmentsXml) voidExchangeFileSystem.extractEmail(MailItemId emailMessage, SaxElementBuilder emailXml) booleanExchangeFileSystem.folderExists(String folder) ExchangeFileSystem.getAdditionalFileProperties(MailItemId f) longExchangeFileSystem.getFileSize(MailItemId file) ExchangeFileSystem.getMimeContent(MailItemId emailMessage) ExchangeFileSystem.getModificationTime(MailItemId file) ExchangeFileSystem.getParentFolder(@NonNull MailItemId msg) ExchangeFileSystem.getSubject(MailItemId emailMessage) @NonNull DirectoryStream<MailItemId> ExchangeFileSystem.list(String folderName, @NonNull TypeFilter filter) @NonNull DirectoryStream<MailItemId> ExchangeFileSystem.list(MailItemId folderName, @NonNull TypeFilter filter) ExchangeFileSystem.moveFile(MailItemId file, String destinationFolder, boolean createFolder) ExchangeFileSystem.readFile(MailItemId file, String charset) voidExchangeFileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) @NonNull MailItemId@NonNull MailItemId -
Uses of FileSystemException in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that throw FileSystemExceptionModifier and TypeMethodDescriptionFtpFileSystem.copyFile(FTPFileRef f, String destinationFolder, boolean createFolder) voidFtpFileSystem.createFolder(String folder) voidFtpFileSystem.deleteFile(FTPFileRef f) booleanFtpFileSystem.exists(FTPFileRef file) booleanFtpFileSystem.folderExists(String folder) longFtpFileSystem.getFileSize(FTPFileRef f) FtpFileSystem.getModificationTime(FTPFileRef file) @NonNull DirectoryStream<FTPFileRef> FtpFileSystem.list(FTPFileRef folder, @NonNull TypeFilter filter) FtpFileSystem.moveFile(FTPFileRef f, String destinationFolder, boolean createFolder) voidFtpFileSystem.open()org.apache.commons.net.ftp.FTPClientFtpSession.openClient(String remoteDirectory) FtpFileSystem.readFile(FTPFileRef f, String charset) voidFtpFileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) FtpFileSystem.renameFile(@NonNull FTPFileRef source, @NonNull FTPFileRef destination) @NonNull FTPFileRef -
Uses of FileSystemException in org.frankframework.filesystem.sftp
Methods in org.frankframework.filesystem.sftp that throw FileSystemExceptionModifier and TypeMethodDescriptionvoidSftpFileSystem.appendFile(@NonNull SftpFileRef file, @Nullable InputStream content) voidSftpFileSystem.changeDirectory(String folder) SftpFileSystem.copyFile(SftpFileRef f, String destinationFolder, boolean createFolder) voidSftpFileSystem.createFile(@NonNull SftpFileRef file, @Nullable InputStream content) voidSftpFileSystem.createFolder(String folder) voidSftpFileSystem.deleteFile(SftpFileRef f) booleanSftpFileSystem.exists(SftpFileRef file) booleanSftpFileSystem.folderExists(String folder) SftpFileSystem.getModificationTime(SftpFileRef f) @NonNull DirectoryStream<SftpFileRef> SftpFileSystem.list(SftpFileRef folder, @NonNull TypeFilter filter) SftpFileSystem.moveFile(SftpFileRef f, String destinationFolder, boolean createFolder) voidSftpFileSystem.open()voidSftpSession.open()SftpFileSystem.readFile(SftpFileRef f, String charset) voidSftpFileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) SftpFileSystem.renameFile(@NonNull SftpFileRef source, @NonNull SftpFileRef destination) @NonNull SftpFileRef -
Uses of FileSystemException in org.frankframework.filesystem.smb
Methods in org.frankframework.filesystem.smb that throw FileSystemExceptionModifier and TypeMethodDescriptionvoidSamba2FileSystem.close()jcifs.smb.SmbFileSamba2FileSystem.copyFile(SmbFileRef f, String destinationFolder, boolean createFolder) voidSamba1FileSystem.createFolder(String folder) voidSamba2FileSystem.createFolder(String folder) static com.hierynomus.smbj.auth.GSSAuthenticationContextSambaFileSystemUtils.createGSSAuthenticationContext(CredentialFactory credentialFactory) voidSamba1FileSystem.deleteFile(jcifs.smb.SmbFile f) voidSamba2FileSystem.deleteFile(SmbFileRef f) booleanSamba1FileSystem.exists(jcifs.smb.SmbFile f) booleanSamba1FileSystem.folderExists(String folder) longSamba1FileSystem.getFileSize(jcifs.smb.SmbFile f) booleanSamba1FileSystem.isFolder(jcifs.smb.SmbFile f) @NonNull DirectoryStream<jcifs.smb.SmbFile> Samba1FileSystem.list(String folder, @NonNull TypeFilter filter) @NonNull DirectoryStream<jcifs.smb.SmbFile> Samba1FileSystem.list(jcifs.smb.SmbFile folder, @NonNull TypeFilter filter) jcifs.smb.SmbFileSamba2FileSystem.moveFile(SmbFileRef f, String destinationFolder, boolean createFolder) voidSamba1FileSystem.open()voidSamba2FileSystem.open()Samba2FileSystem.readFile(SmbFileRef filename, String charset) voidSamba1FileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) voidSamba2FileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) jcifs.smb.SmbFileSamba1FileSystem.renameFile(@NonNull jcifs.smb.SmbFile source, @NonNull jcifs.smb.SmbFile destination) @NonNull jcifs.smb.SmbFile@NonNull jcifs.smb.SmbFile@NonNull SmbFileRef