Uses of Interface
org.apache.camel.builder.endpoint.dsl.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder
Packages that use FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder
-
Uses of FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return FlatpackEndpointBuilderFactory.FlatpackEndpointBuilderModifier and TypeMethodDescriptionFlatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library.Flatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library. -
Uses of FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return FlatpackEndpointBuilderFactory.FlatpackEndpointBuilderModifier and TypeMethodDescriptionFlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.allowShortLines(boolean allowShortLines) Allows for lines to be shorter than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.allowShortLines(String allowShortLines) Allows for lines to be shorter than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.AdvancedFlatpackEndpointBuilder.basic()FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.delimiter(char delimiter) The default character delimiter for delimited files.The default character delimiter for delimited files.FlatpackEndpointBuilderFactory.endpointBuilder(String componentName, String path) Flatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library.Flatpack (camel-flatpack) Parse fixed width and delimited files using the FlatPack library.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.ignoreExtraColumns(boolean ignoreExtraColumns) Allows for lines to be longer than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.ignoreExtraColumns(String ignoreExtraColumns) Allows for lines to be longer than expected and ignores the extra characters.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.ignoreFirstRecord(boolean ignoreFirstRecord) Whether the first line is ignored for delimited files (for the column headers).FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.ignoreFirstRecord(String ignoreFirstRecord) Whether the first line is ignored for delimited files (for the column headers).FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.splitRows(boolean splitRows) Sets the Component to send each row as a separate exchange once parsed.Sets the Component to send each row as a separate exchange once parsed.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.textQualifier(char textQualifier) The text qualifier for delimited files.FlatpackEndpointBuilderFactory.FlatpackEndpointBuilder.textQualifier(String textQualifier) The text qualifier for delimited files.