Uses of Class
org.apache.camel.component.flatpack.FlatpackType
-
Packages that use FlatpackType Package Description org.apache.camel.component.flatpack The Flatpack Component for working with fixed width or delimited files -
-
Uses of FlatpackType in org.apache.camel.component.flatpack
Methods in org.apache.camel.component.flatpack that return FlatpackType Modifier and Type Method Description FlatpackTypeFlatpackEndpoint. getType()static FlatpackTypeFlatpackType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlatpackType[]FlatpackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.flatpack with parameters of type FlatpackType Modifier and Type Method Description voidFlatpackEndpoint. setType(FlatpackType type)Whether to use fixed or delimiter
-