Skip navigation links
A C D F G H I M N O P R S T U V 

A

absolute(int) - Method in class org.apache.camel.component.flatpack.DataSetList
 

C

clearAll() - Method in class org.apache.camel.component.flatpack.DataSetList
 
clearErrors() - Method in class org.apache.camel.component.flatpack.DataSetList
 
clearRows() - Method in class org.apache.camel.component.flatpack.DataSetList
 
contains(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
createConsumer(Processor) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
createDelimitedParser(Exchange) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.flatpack.FlatpackComponent
 
createFixedParser(String, Reader) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
createParser(Exchange) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
createParser(Exchange, Reader) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
createProducer() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 

D

DataSetList - Class in org.apache.camel.component.flatpack
The DataSetList wraps the DataSet as a Java List type so the data can easily be iterated.
DataSetList(DataSet) - Constructor for class org.apache.camel.component.flatpack.DataSetList
 
doStart() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
doStop() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 

F

FlatpackComponent - Class in org.apache.camel.component.flatpack
A Flatpack Component for working with fixed width and delimited files
FlatpackComponent() - Constructor for class org.apache.camel.component.flatpack.FlatpackComponent
 
FlatpackConsumer - Class in org.apache.camel.component.flatpack
 
FlatpackConsumer(Endpoint, Processor, LoadBalancer) - Constructor for class org.apache.camel.component.flatpack.FlatpackConsumer
 
FlatpackConverter - Class in org.apache.camel.component.flatpack
 
FlatpackDataFormat - Class in org.apache.camel.dataformat.flatpack
Flatpack DataFormat.
FlatpackDataFormat() - Constructor for class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
FlatpackEndpoint - Class in org.apache.camel.component.flatpack
The flatpack component supports fixed width and delimited file parsing via the FlatPack library.
FlatpackEndpoint() - Constructor for class org.apache.camel.component.flatpack.FlatpackEndpoint
 
FlatpackEndpoint(String, Component, String) - Constructor for class org.apache.camel.component.flatpack.FlatpackEndpoint
 
FlatpackException - Exception in org.apache.camel.component.flatpack
Flatpack exception.
FlatpackException(String, Exchange, List<DataError>) - Constructor for exception org.apache.camel.component.flatpack.FlatpackException
 
FlatpackType - Enum in org.apache.camel.component.flatpack
 

G

get(int) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getBigDecimal(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getColumns() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getColumns(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getDataFormatName() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
getDate(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getDate(String, SimpleDateFormat) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getDefinition() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
getDelimiter() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
getDelimiter() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
getDouble(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getErrorCount() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getErrors() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getErrors() - Method in exception org.apache.camel.component.flatpack.FlatpackException
 
getIndex() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getInt(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getLoadBalancer() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
getLong(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getMessage() - Method in exception org.apache.camel.component.flatpack.FlatpackException
 
getObject(String, Class<?>) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getParserFactory() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
getParserFactory() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
getRawData() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getRecord() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getResourceUri() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
getRowCount() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getRowNo() - Method in class org.apache.camel.component.flatpack.DataSetList
 
getString(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
getTextQualifier() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
getTextQualifier() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
getType() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
goBottom() - Method in class org.apache.camel.component.flatpack.DataSetList
 
goTop() - Method in class org.apache.camel.component.flatpack.DataSetList
 

H

HEADER_ID - Static variable in class org.apache.camel.component.flatpack.FlatpackComponent
 

I

isAllowShortLines() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
isAllowShortLines() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
isAnError(int) - Method in class org.apache.camel.component.flatpack.DataSetList
 
isFixed() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
isIgnoreExtraColumns() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
isIgnoreExtraColumns() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
isIgnoreFirstRecord() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
isIgnoreFirstRecord() - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
isRecordID(String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
isRowEmpty() - Method in class org.apache.camel.component.flatpack.DataSetList
 
isSingleton() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
isSplitRows() - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
iterator() - Method in class org.apache.camel.component.flatpack.DataSetList
 

M

marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 

N

next() - Method in class org.apache.camel.component.flatpack.DataSetList
 

O

orderRows(OrderBy) - Method in class org.apache.camel.component.flatpack.DataSetList
 
org.apache.camel.component.flatpack - package org.apache.camel.component.flatpack
The Flatpack Component for working with fixed width or delimited files
org.apache.camel.dataformat.flatpack - package org.apache.camel.dataformat.flatpack
 

P

previous() - Method in class org.apache.camel.component.flatpack.DataSetList
 
processDataSet(Exchange, DataSet, int) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 

R

remove() - Method in class org.apache.camel.component.flatpack.DataSetList
 

S

setAllowShortLines(boolean) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
Allows for lines to be shorter than expected and ignores the extra characters
setAllowShortLines(boolean) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
Allows for lines to be shorter than expected and ignores the extra characters
setDefinition(String) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
setDelimiter(char) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
The default character delimiter for delimited files.
setDelimiter(char) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
setFixed(boolean) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
setIgnoreExtraColumns(boolean) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
Allows for lines to be longer than expected and ignores the extra characters
setIgnoreExtraColumns(boolean) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
Allows for lines to be longer than expected and ignores the extra characters
setIgnoreFirstRecord(boolean) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
Whether the first line is ignored for delimited files (for the column headers).
setIgnoreFirstRecord(boolean) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
setLowerCase() - Method in class org.apache.camel.component.flatpack.DataSetList
 
setParserFactory(ParserFactory) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
 
setParserFactory(ParserFactory) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
setPZConvertProps(Properties) - Method in class org.apache.camel.component.flatpack.DataSetList
 
setResourceUri(String) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
URL for loading the flatpack mapping file from classpath or file system
setSplitRows(boolean) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
Sets the Component to send each row as a separate exchange once parsed
setStrictNumericParse(boolean) - Method in class org.apache.camel.component.flatpack.DataSetList
 
setTextQualifier(char) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
The text qualifier for delimited files.
setTextQualifier(char) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 
setType(FlatpackType) - Method in class org.apache.camel.component.flatpack.FlatpackEndpoint
Whether to use fixed or delimiter
setUpperCase() - Method in class org.apache.camel.component.flatpack.DataSetList
 
setValue(String, String) - Method in class org.apache.camel.component.flatpack.DataSetList
 
size() - Method in class org.apache.camel.component.flatpack.DataSetList
 

T

toDocument(DataSet) - Static method in class org.apache.camel.component.flatpack.FlatpackConverter
 
toList(DataSet) - Static method in class org.apache.camel.component.flatpack.FlatpackConverter
 
toMap(DataSet) - Static method in class org.apache.camel.component.flatpack.FlatpackConverter
 
TRAILER_ID - Static variable in class org.apache.camel.component.flatpack.FlatpackComponent
 

U

unmarshal(Exchange, InputStream) - Method in class org.apache.camel.dataformat.flatpack.FlatpackDataFormat
 

V

valueOf(String) - Static method in enum org.apache.camel.component.flatpack.FlatpackType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.flatpack.FlatpackType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G H I M N O P R S T U V 
Skip navigation links

Apache Camel