Uses of Interface
org.apache.camel.component.file.GenericFileFilter

Packages that use GenericFileFilter
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
 class AntPathMatcherGenericFileFilter
          File filter using Spring's AntPathMatcher.
 

Fields in org.apache.camel.component.file declared as GenericFileFilter
protected  GenericFileFilter<T> GenericFileEndpoint.filter
           
 

Methods in org.apache.camel.component.file that return GenericFileFilter
 GenericFileFilter<T> GenericFileEndpoint.getFilter()
           
 

Methods in org.apache.camel.component.file with parameters of type GenericFileFilter
 void GenericFileEndpoint.setFilter(GenericFileFilter<T> filter)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.