Spring Integration

Uses of Interface
org.springframework.integration.file.FileListFilter

Packages that use FileListFilter
org.springframework.integration.file   
org.springframework.integration.file.config   
org.springframework.integration.file.locking   
 

Uses of FileListFilter in org.springframework.integration.file
 

Classes in org.springframework.integration.file that implement FileListFilter
 class AbstractFileListFilter
          A convenience base class for any FileListFilter whose criteria can be evaluated against each File in isolation.
 class AcceptOnceFileListFilter
          FileListFilter that passes files only one time.
 class CompositeFileListFilter
          Composition that delegates to multiple FileFilters.
 class PatternMatchingFileListFilter
          A FileListFilter implementation that matches against a Pattern.
 

Methods in org.springframework.integration.file with parameters of type FileListFilter
 CompositeFileListFilter CompositeFileListFilter.addFilter(FileListFilter... filters)
           
 void DefaultDirectoryScanner.setFilter(FileListFilter filter)
          Sets a custom filter to be used by this scanner.
 void DirectoryScanner.setFilter(FileListFilter filter)
          Sets a custom filter to be used by this scanner.
 void FileReadingMessageSource.setFilter(FileListFilter filter)
          Sets a FileListFilter.
 

Method parameters in org.springframework.integration.file with type arguments of type FileListFilter
 CompositeFileListFilter CompositeFileListFilter.addFilters(Collection<FileListFilter> filtersToAdd)
          Not thread safe.
 

Constructors in org.springframework.integration.file with parameters of type FileListFilter
CompositeFileListFilter(FileListFilter... fileFilters)
           
 

Constructor parameters in org.springframework.integration.file with type arguments of type FileListFilter
CompositeFileListFilter(Collection<FileListFilter> fileFilters)
           
 

Uses of FileListFilter in org.springframework.integration.file.config
 

Methods in org.springframework.integration.file.config that return FileListFilter
 FileListFilter FileListFilterFactoryBean.getObject()
           
 

Methods in org.springframework.integration.file.config with parameters of type FileListFilter
 void FileReadingMessageSourceFactoryBean.setFilter(FileListFilter filter)
           
 void FileListFilterFactoryBean.setFilterReference(FileListFilter filterReference)
           
 

Uses of FileListFilter in org.springframework.integration.file.locking
 

Classes in org.springframework.integration.file.locking that implement FileListFilter
 class AbstractFileLockerFilter
          Convenience base class for implementing FileLockers that check a lock before accepting a file.
 class NioFileLocker
          File locking strategy that uses java.nio.
 


Spring Integration

Copyright © 2010. All Rights Reserved.