Uses of Interface
org.springframework.integration.file.filters.ReversibleFileListFilter
Packages that use ReversibleFileListFilter
Package
Description
Provides classes supporting file filtering.
Provides classes supporting FTP file filtering.
Provides classes supporting SFTP file filtering.
SMB Namespace support classes.
-
Uses of ReversibleFileListFilter in org.springframework.integration.file.filters
Classes in org.springframework.integration.file.filters that implement ReversibleFileListFilterModifier and TypeClassDescriptionclassStores "seen" files in a MetadataStore to survive application restarts.classFileListFilterthat passes files only one time.classTheCompositeFileListFilterextension which chains the result of the previous filter to the next one.classSimpleFileListFilterthat predicates its matches against all of the configuredFileListFilter.class -
Uses of ReversibleFileListFilter in org.springframework.integration.ftp.filters
Classes in org.springframework.integration.ftp.filters that implement ReversibleFileListFilterModifier and TypeClassDescriptionclassPersistent file list filter using the server's file timestamp to detect if we've already 'seen' this file. -
Uses of ReversibleFileListFilter in org.springframework.integration.sftp.filters
Classes in org.springframework.integration.sftp.filters that implement ReversibleFileListFilterModifier and TypeClassDescriptionclassPersistent file list filter using the server's file timestamp to detect if we've already 'seen' this file. -
Uses of ReversibleFileListFilter in org.springframework.integration.smb.filters
Classes in org.springframework.integration.smb.filters that implement ReversibleFileListFilterModifier and TypeClassDescriptionclassImplementation ofAbstractPersistentAcceptOnceFileListFilterfor SMB.