Uses of Class
org.apache.camel.component.file.GenericFileExist
-
Packages that use GenericFileExist Package Description 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 Modifier and Type Field Description protected GenericFileExistGenericFileEndpoint. fileExistMethods in org.apache.camel.component.file that return GenericFileExist Modifier and Type Method Description GenericFileExistGenericFileEndpoint. getFileExist()static GenericFileExistGenericFileExist. 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 Modifier and Type Method Description voidGenericFileEndpoint. setFileExist(GenericFileExist fileExist)What to do if a file already exists with the same name.
-