Uses of Class
org.springframework.integration.file.filters.AbstractDirectoryAwareFileListFilter
Packages that use AbstractDirectoryAwareFileListFilter
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 AbstractDirectoryAwareFileListFilter in org.springframework.integration.file.filters
Modifier and TypeClassDescriptionclassStores "seen" files in a MetadataStore to survive application restarts.classFilters a listing of files by qualifying their 'name' against a regular expression (an instance ofPattern).classBase class for filters that support ant style path expressions, which are less powerful but more readable than regular expressions.classclassImplementation of AbstractRegexPatternMatchingFileListFilter for java.io.File instances.classFilter that supports ant style path expressions, which are less powerful but more readable than regular expressions. -
Uses of AbstractDirectoryAwareFileListFilter in org.springframework.integration.ftp.filters
Modifier and TypeClassDescriptionclassPersistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.classImplementation ofAbstractRegexPatternFileListFilterfor FTP.classImplementation ofAbstractSimplePatternFileListFilterfor FTP. -
Uses of AbstractDirectoryAwareFileListFilter in org.springframework.integration.sftp.filters
Modifier and TypeClassDescriptionclassPersistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.classImplementation ofAbstractRegexPatternFileListFilterfor SFTP.classImplementation ofAbstractSimplePatternFileListFilterfor SFTP. -
Uses of AbstractDirectoryAwareFileListFilter in org.springframework.integration.smb.filters
Modifier and TypeClassDescriptionclassImplementation ofAbstractPersistentAcceptOnceFileListFilterfor SMB.classImplementation ofAbstractRegexPatternFileListFilterfor SMB.classImplementation ofAbstractSimplePatternFileListFilterfor SMB.