public interface GenericFileFilter<T>
GenericFile.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(GenericFile<T> file)
Tests whether or not the specified generic file should be included
|
boolean accept(GenericFile<T> file)
file - the generic file to be testedtrue if and only if file should be includedApache Camel