Uses of Class
org.apache.camel.component.file.GenericFileExist

Packages that use GenericFileExist
org.apache.camel.component.file The File Component for working with file systems. 
 

Uses of GenericFileExist in org.apache.camel.component.file
 

Fields in org.apache.camel.component.file declared as GenericFileExist
protected  GenericFileExist GenericFileEndpoint.fileExist
           
 

Methods in org.apache.camel.component.file that return GenericFileExist
 GenericFileExist GenericFileEndpoint.getFileExist()
           
static GenericFileExist GenericFileExist.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericFileExist[] GenericFileExist.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.file with parameters of type GenericFileExist
 void GenericFileEndpoint.setFileExist(GenericFileExist fileExist)
           
 



Apache Camel