Uses of Enum
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 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 GenericFileExistModifier and TypeMethodDescriptionvoidGenericFileEndpoint.setFileExist(GenericFileExist fileExist) What to do if a file already exists with the same name.