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) voidAmazonS3FileSystem.appendFile(S3FileRef file, InputStream content) voidIWritableFileSystem.appendFile(F file, InputStream content) voidLocalFileSystem.appendFile(Path f, 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(S3FileRef s3Object, String destinationFolder, boolean createFolder, 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.jakarta.mail.MessageISupportsCustomFileAttributes.copyFile(F f, String destinationFolder, boolean createFolder, 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(Path f, String destinationFolder, boolean createFolder, 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(S3FileRef f, InputStream content) voidAmazonS3FileSystem.createFile(S3FileRef f, InputStream content, Map<String, String> customFileAttributes) voidISupportsCustomFileAttributes.createFile(F file, InputStream contents, Map<String, String> customFileAttributes) Creates a file with the given custom file attributes.voidIWritableFileSystem.createFile(F file, InputStream content) voidLocalFileSystem.createFile(Path file, InputStream contents, Map<String, String> customFileAttributes) voidAmazonS3FileSystem.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) FileSystemActor.doAction(Message input, ParameterValueList pvl, 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) IBasicFileSystem.getCanonicalName(F f) LocalFileSystem.getCanonicalName(Path f) protected 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) ISupportsCustomFileAttributes.getCustomFileAttribute(F file, String name) Gets the value of the given custom file attribute on the given file.LocalFileSystem.getCustomFileAttribute(Path file, String name) IMailFileSystem.getFileFromAttachment(A a) 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> Stream<F> FileSystemUtils.getFilteredStream(IBasicFileSystem<F> fileSystem, String folder, String wildCard, String excludeWildCard, TypeFilter typeFilter) IMailFileSystem.getMimeContent(M emailMessage) AmazonS3FileSystem.getModificationTime(S3FileRef f) IBasicFileSystem.getModificationTime(F f) LocalFileSystem.getModificationTime(Path f) intAbstractFileSystem.getNumberOfFilesInFolder(String folder) intAmazonS3FileSystem.getNumberOfFilesInFolder(String folder) intIBasicFileSystem.getNumberOfFilesInFolder(String folder) intImapFileSystem.getNumberOfFilesInFolder(String foldername) IBasicFileSystem.getParentFolder(F f) LocalFileSystem.getParentFolder(Path f) IMailFileSystem.getSubject(M emailMessage) ImapFileSystem.getSubject(jakarta.mail.Message emailMessage) booleanbooleanImapFileSystem.isFolder(jakarta.mail.Message message) AmazonS3FileSystem.list(S3FileRef folder, TypeFilter filter) IBasicFileSystem.list(F folder, TypeFilter filter) default DirectoryStream<F> IBasicFileSystem.list(String folder, TypeFilter filter) Lists files, directories or both, from a 'folder' or in the 'root' of the filesystem (when folder is null).DirectoryStream<jakarta.mail.Message> ImapFileSystem.list(jakarta.mail.Message foldername, TypeFilter filter) LocalFileSystem.list(Path folder, TypeFilter filter) IMailFileSystem.listAttachments(M f) Iterator<jakarta.mail.internet.MimeBodyPart> ImapFileSystem.listAttachments(jakarta.mail.Message f) AmazonS3FileSystem.moveFile(S3FileRef f, String destinationFolder, boolean createFolder, 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.jakarta.mail.MessageISupportsCustomFileAttributes.moveFile(F f, String destinationFolder, boolean createFolder, 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(Path f, String destinationFolder, boolean createFolder, 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 rolloverIMailFileSystem.readAttachment(A a) If 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(S3FileRef source, S3FileRef destination) AmazonS3FileSystem.renameFile(S3FileRef source, S3FileRef destination, Map<String, String> customFileAttributes) static <F> FFileSystemUtils.renameFile(IWritableFileSystem<F> fileSystem, F source, F destination, boolean overwrite, int numOfBackups) ISupportsCustomFileAttributes.renameFile(F source, F destination, Map<String, String> customFileAttributes) Renames the file to a new name, possibly in another folder.IWritableFileSystem.renameFile(F source, F destination) Renames the file to a new name, possibly in another folder.LocalFileSystem.renameFile(Path source, Path destination) 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) Get a file 'F' representation of an identification of a file.Creates a reference to a file.jakarta.mail.Messagejakarta.mail.MessageConstructors 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) booleanExchangeFileSystem.exists(MailItemId file) booleanExchangeFileSystem.folderExists(String folder) ExchangeFileSystem.getAdditionalFileProperties(MailItemId f) ExchangeFileSystem.getCanonicalName(MailItemId file) longExchangeFileSystem.getFileSize(MailItemId file) ExchangeFileSystem.getModificationTime(MailItemId file) intExchangeFileSystem.getNumberOfFilesInFolder(String folder) ExchangeFileSystem.getParentFolder(MailItemId msg) booleanExchangeFileSystem.isFolder(MailItemId file) ExchangeFileSystem.list(String folderName, TypeFilter filter) ExchangeFileSystem.list(MailItemId folderName, TypeFilter filter) ExchangeFileSystem.moveFile(MailItemId file, String destinationFolder, boolean createFolder) ExchangeFileSystem.readFile(MailItemId file, String charset) voidExchangeFileSystem.removeFolder(String folder, boolean removeNonEmptyFolder) -
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) intFtpFileSystem.getNumberOfFilesInFolder(String folder) FtpFileSystem.list(FTPFileRef folder, 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(FTPFileRef source, FTPFileRef destination) -
Uses of FileSystemException in org.frankframework.filesystem.sftp
Methods in org.frankframework.filesystem.sftp that throw FileSystemExceptionModifier and TypeMethodDescriptionvoidSftpFileSystem.appendFile(SftpFileRef file, InputStream content) voidSftpFileSystem.changeDirectory(String folder) SftpFileSystem.copyFile(SftpFileRef f, String destinationFolder, boolean createFolder) voidSftpFileSystem.createFile(SftpFileRef file, InputStream content) voidSftpFileSystem.createFolder(String folder) voidSftpFileSystem.deleteFile(SftpFileRef f) booleanSftpFileSystem.exists(SftpFileRef file) booleanSftpFileSystem.folderExists(String folder) SftpFileSystem.getModificationTime(SftpFileRef f) intSftpFileSystem.getNumberOfFilesInFolder(String folder) SftpFileSystem.list(SftpFileRef folder, 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(SftpFileRef source, SftpFileRef destination) -
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) booleanSamba2FileSystem.folderExists(String folder) longSamba1FileSystem.getFileSize(jcifs.smb.SmbFile f) booleanSamba1FileSystem.isFolder(jcifs.smb.SmbFile f) DirectoryStream<jcifs.smb.SmbFile> Samba1FileSystem.list(String folder, TypeFilter filter) DirectoryStream<jcifs.smb.SmbFile> Samba1FileSystem.list(jcifs.smb.SmbFile folder, TypeFilter filter) Samba2FileSystem.list(SmbFileRef folder, 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(jcifs.smb.SmbFile source, jcifs.smb.SmbFile destination) Samba2FileSystem.renameFile(SmbFileRef source, SmbFileRef destination) jcifs.smb.SmbFilejcifs.smb.SmbFile