Class ChainFileListFilter<F>

java.lang.Object
org.springframework.integration.file.filters.CompositeFileListFilter<F>
org.springframework.integration.file.filters.ChainFileListFilter<F>
Type Parameters:
F - The type that will be filtered.
All Implemented Interfaces:
Closeable, AutoCloseable, DiscardAwareFileListFilter<F>, FileListFilter<F>, ResettableFileListFilter<F>, ReversibleFileListFilter<F>

public class ChainFileListFilter<F>
extends CompositeFileListFilter<F>
The CompositeFileListFilter extension which chains the result of the previous filter to the next one. If a filter in the chain returns an empty list, the remaining filters are not invoked.
Since:
4.3.7
Author:
Artem Bilan, Gary Russell, Cengis Kocaurlu