Spring Integration

Uses of Interface
org.springframework.integration.file.entries.EntryListFilter

Packages that use EntryListFilter
org.springframework.integration.file   
org.springframework.integration.file.config   
org.springframework.integration.file.entries   
org.springframework.integration.file.locking   
org.springframework.integration.file.monitors   
org.springframework.integration.ftp.impl   
org.springframework.integration.sftp.impl   
 

Uses of EntryListFilter in org.springframework.integration.file
 

Fields in org.springframework.integration.file declared as EntryListFilter
protected  EntryListFilter<T> AbstractInboundRemoteFileSystemSychronizer.filter
          a EntryListFilter that we're running against the remote file system view!
protected  EntryListFilter<Y> AbstractInboundRemoteFileSystemSynchronizingMessageSource.remotePredicate
          The predicate to use in scanning the remote Fs for downloads
 

Methods in org.springframework.integration.file with parameters of type EntryListFilter
 void DefaultDirectoryScanner.setFilter(EntryListFilter<File> filter)
           
 void DirectoryScanner.setFilter(EntryListFilter<File> filter)
          Sets a custom filter to be used by this scanner.
 void FileReadingMessageSource.setFilter(EntryListFilter<File> filter)
          Sets a EntryListFilter.
 void AbstractInboundRemoteFileSystemSychronizer.setFilter(EntryListFilter<T> filter)
           
 void AbstractInboundRemoteFileSystemSynchronizingMessageSource.setRemotePredicate(EntryListFilter<Y> remotePredicate)
           
 

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

Methods in org.springframework.integration.file.config that return EntryListFilter
 EntryListFilter<File> FileListFilterFactoryBean.getObject()
           
 

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

Method parameters in org.springframework.integration.file.config with type arguments of type EntryListFilter
 void FileListFilterFactoryBean.setFilterReferences(Collection<EntryListFilter<File>> filterReferences)
           
 

Uses of EntryListFilter in org.springframework.integration.file.entries
 

Classes in org.springframework.integration.file.entries that implement EntryListFilter
 class AbstractEntryListFilter<T>
          A convenience base class for any EntryListFilter whose criteria can be evaluated against each File in isolation.
 class AcceptAllEntryListFilter<T>
          Simple NOOP implementation for EntryListFilter implementation.
 class AcceptOnceEntryFileListFilter<T>
          EntryListFilter that passes files only one time.
 class CompositeEntryListFilter<T>
           
 class PatternMatchingEntryListFilter<T>
          experimental

Filters a listing of entries (T) by qualifying their 'name' (as determined by EntryNamer) against a regular expression (an instance of Pattern)

 class SingleEntryAdaptingEntryListFilter<T>
          this simply takes an EntryListFilter and produces an object that can field just one argument instea of an array
 

Methods in org.springframework.integration.file.entries with parameters of type EntryListFilter
 CompositeEntryListFilter<T> CompositeEntryListFilter.addFilter(EntryListFilter<T> filter)
           
 CompositeEntryListFilter<T> CompositeEntryListFilter.addFilters(EntryListFilter<T>[] filters)
           
 

Method parameters in org.springframework.integration.file.entries with type arguments of type EntryListFilter
 CompositeEntryListFilter<T> CompositeEntryListFilter.addFilters(Collection<EntryListFilter<T>> filtersToAdd)
          Not thread safe.
 

Constructors in org.springframework.integration.file.entries with parameters of type EntryListFilter
SingleEntryAdaptingEntryListFilter(EntryListFilter<T> ef)
           
 

Constructor parameters in org.springframework.integration.file.entries with type arguments of type EntryListFilter
CompositeEntryListFilter(Collection<? extends EntryListFilter<T>> fileFilters)
           
 

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

Classes in org.springframework.integration.file.locking that implement EntryListFilter
 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.
 

Uses of EntryListFilter in org.springframework.integration.file.monitors
 

Methods in org.springframework.integration.file.monitors with parameters of type EntryListFilter
 void AbstractEventDrivenFileMonitor.setFilter(EntryListFilter<File> filter)
           
 

Uses of EntryListFilter in org.springframework.integration.ftp.impl
 

Fields in org.springframework.integration.ftp.impl declared as EntryListFilter
protected  EntryListFilter<org.apache.commons.net.ftp.FTPFile> FtpRemoteFileSystemSynchronizingMessageSourceFactoryBean.filter
           
 

Methods in org.springframework.integration.ftp.impl with parameters of type EntryListFilter
 void FtpRemoteFileSystemSynchronizingMessageSourceFactoryBean.setFilter(EntryListFilter<org.apache.commons.net.ftp.FTPFile> filter)
           
 

Uses of EntryListFilter in org.springframework.integration.sftp.impl
 

Methods in org.springframework.integration.sftp.impl with parameters of type EntryListFilter
 void SftpRemoteFileSystemSynchronizingMessageSourceFactoryBean.setFilter(EntryListFilter<com.jcraft.jsch.ChannelSftp.LsEntry> filter)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.