Class AcceptAllFileListFilter<F>

java.lang.Object
org.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AcceptAllFileListFilter<F>
Type Parameters:
F - The type that will be filtered.
All Implemented Interfaces:
FileListFilter<F>

public class AcceptAllFileListFilter<F> extends AbstractFileListFilter<F>
Simple implementation of FileListFilter that always returns true. Suitable as a default.
Author:
Iwein Fuld, Josh Long