Uses of Interface
org.apache.camel.component.file.GenericFileFilter
-
Packages that use GenericFileFilter Package Description org.apache.camel.component.file The File Component for working with file systems. -
-
Uses of GenericFileFilter in org.apache.camel.component.file
Classes in org.apache.camel.component.file that implement GenericFileFilter Modifier and Type Class Description class
AntPathMatcherGenericFileFilter<T>
File filter using AntPathMatcher.Fields in org.apache.camel.component.file declared as GenericFileFilter Modifier and Type Field Description protected GenericFileFilter<T>
GenericFileEndpoint. filter
Methods in org.apache.camel.component.file that return GenericFileFilter Modifier and Type Method Description GenericFileFilter<T>
GenericFileEndpoint. getAntFilter()
GenericFileFilter<T>
GenericFileEndpoint. getFilter()
Methods in org.apache.camel.component.file with parameters of type GenericFileFilter Modifier and Type Method Description void
GenericFileEndpoint. setFilter(GenericFileFilter<T> filter)
Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class.
-