org.apache.camel.component.file
Interface GenericFileFilter<T>

All Known Implementing Classes:
AntPathMatcherGenericFileFilter

public interface GenericFileFilter<T>

A filter for GenericFile.


Method Summary
 boolean accept(GenericFile<T> file)
          Tests whether or not the specified generic file should be included
 

Method Detail

accept

boolean accept(GenericFile<T> file)
Tests whether or not the specified generic file should be included

Parameters:
file - the generic file to be tested
Returns:
true if and only if file should be included


Apache CAMEL