| Package | Description |
|---|---|
| org.apache.camel.component.flatpack |
The Flatpack Component for working with fixed width or delimited files
|
| Modifier and Type | Method and Description |
|---|---|
FlatpackType |
FlatpackEndpoint.getType() |
static FlatpackType |
FlatpackType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlatpackEndpoint.setType(FlatpackType type)
Whether to use fixed or delimiter
|
Apache Camel