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.
  • Constructor Summary

    Constructors 
    Constructor Description
    AcceptAllFileListFilter()  
  • Method Summary

    Modifier and Type Method Description
    boolean accept​(F file)
    Subclasses must implement this method.

    Methods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter

    filterFiles, supportsSingleFileFiltering

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.integration.file.filters.FileListFilter

    isForRecursion