Package org.apache.camel.component.file
Interface GenericFileFilter<T>
-
- All Known Implementing Classes:
AntPathMatcherGenericFileFilter
public interface GenericFileFilter<T>A filter forGenericFile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(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:
trueif and only iffileshould be included
-
-