Spring Integration

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

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

public class SingleEntryAdaptingEntryListFilter<T>
extends AbstractEntryListFilter<T>

this simply takes an EntryListFilter and produces an object that can field just one argument instea of an array

Author:
Josh Long

Constructor Summary
SingleEntryAdaptingEntryListFilter(EntryListFilter<T> ef)
           
 
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

SingleEntryAdaptingEntryListFilter

public SingleEntryAdaptingEntryListFilter(EntryListFilter<T> ef)
Method Detail

accept

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

Spring Integration

Copyright © 2010. All Rights Reserved.