org.springframework.integration.file.entries
Class AcceptAllEntryListFilter<T>

java.lang.Object
  extended by org.springframework.integration.file.entries.AbstractEntryListFilter<T>
      extended by org.springframework.integration.file.entries.AcceptAllEntryListFilter<T>
Type Parameters:
T -
All Implemented Interfaces:
InitializingBean, EntryListFilter<T>

public class AcceptAllEntryListFilter<T>
extends AbstractEntryListFilter<T>

Simple NOOP implementation for EntryListFilter implementation. Suitable as a default in implementations.


Constructor Summary
AcceptAllEntryListFilter()
           
 
Method Summary
 boolean accept(T t)
           
 
Methods inherited from class org.springframework.integration.file.entries.AbstractEntryListFilter
afterPropertiesSet, filterEntries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptAllEntryListFilter

public AcceptAllEntryListFilter()
Method Detail

accept

public boolean accept(T t)
Specified by:
accept in class AbstractEntryListFilter<T>