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 TypeClassDescriptionclassAbstractFileSystemListener<F,FS extends IBasicFileSystem<F>> listenerthat looks in aFileSystemfor files.classAbstractFileSystemPipe<F,FS extends IBasicFileSystem<F>> Base class for Pipes that use aFileSystem.classAbstractFileSystemSender<F,S extends IBasicFileSystem<F>> Base class for Senders that use aFileSystem.classFileSystemActor<F,S extends IBasicFileSystem<F>> Worker class forAbstractFileSystemPipeandAbstractFileSystemSender.classFileSystemMessageBrowser<F,FS extends IBasicFileSystem<F>> classFileSystemMessageBrowsingIterator<F,FS extends IBasicFileSystem<F>> classFileSystemMessageBrowsingIteratorItem<F,FS extends IBasicFileSystem<F>> Subinterfaces of IBasicFileSystem in org.frankframework.filesystemModifier and TypeInterfaceDescriptioninterfaceIMailFileSystem<M,A> interfaceExtension toIBasicFileSystemthat can be implemented to allow creation of files and folders.Classes in org.frankframework.filesystem that implement IBasicFileSystemModifier and TypeClassDescriptionclassBaseclass forFileSystemsthat use a 'Connection' to connect to their storage.classBaseclass forFileSystems.classAbstractMailFileSystem<M,A, C extends AutoCloseable> Baseclass forMailFileSystems.classclassclassFileSystemrepresentation 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> voidFileSystemUtils.checkSource(IBasicFileSystem<F> fileSystem, F source, FileSystemActor.FileSystemAction action) Check if a source file exists.static <F> FFileSystemUtils.copyFile(IBasicFileSystem<F> fileSystem, F file, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, boolean destinationMustBeReturned) static <F> MessageContextFileSystemUtils.getContext(IBasicFileSystem<F> fileSystem, F file) static <F> MessageContextFileSystemUtils.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> 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) 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. -
Uses of IBasicFileSystem in org.frankframework.filesystem.exchange
Classes in org.frankframework.filesystem.exchange that implement IBasicFileSystemModifier and TypeClassDescriptionclassImplementation of aIBasicFileSystemof 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 TypeClassDescriptionclassUses the (old) SMB 1 protocol.classUses the (newer) SMB 2 and 3 protocol.