Uses of Interface
org.springframework.integration.file.filters.DiscardAwareFileListFilter
Packages that use DiscardAwareFileListFilter
Package
Description
Provides classes supporting file filtering.
-
Uses of DiscardAwareFileListFilter in org.springframework.integration.file.filters
Classes in org.springframework.integration.file.filters that implement DiscardAwareFileListFilterModifier and TypeClassDescriptionclassTheCompositeFileListFilterextension which chains the result of the previous filter to the next one.classSimpleFileListFilterthat predicates its matches against all of the configuredFileListFilter.classTheFileListFilterimplementation to filter those files whichFile.lastModified()is less than theLastModifiedFileListFilter.agein comparison with the current time.