Uses of Enum Class
org.apache.camel.component.file.GenericFileExist
Packages that use GenericFileExist
- 
Uses of GenericFileExist in org.apache.camel.component.file
Fields in org.apache.camel.component.file declared as GenericFileExistMethods in org.apache.camel.component.file that return GenericFileExistModifier and TypeMethodDescriptionGenericFileEndpoint.getFileExist()static GenericFileExistReturns the enum constant of this class with the specified name.static GenericFileExist[]GenericFileExist.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.file with parameters of type GenericFileExistModifier and TypeMethodDescriptionvoidGenericFileEndpoint.setFileExist(GenericFileExist fileExist) What to do if a file already exists with the same name.