Spring Integration

org.springframework.integration.file
Interface FileListFilter

All Known Implementing Classes:
AbstractFileListFilter, AbstractFileLockerFilter, AcceptOnceFileListFilter, CompositeFileListFilter, NioFileLocker, PatternMatchingFileListFilter

public interface FileListFilter

Strategy interface for filtering a group of files.

Author:
Iwein Fuld

Method Summary
 List<File> filterFiles(File[] files)
          Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
 

Method Detail

filterFiles

List<File> filterFiles(File[] files)
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.


Spring Integration

Copyright © 2010. All Rights Reserved.