@Metadata(label="dataformat,transformation,file",
title="Tar File")
public class TarFileDataFormat
extends DataFormatDefinition
DataFormat.| Constructor and Description |
|---|
TarFileDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDataFormat(DataFormat dataFormat,
CamelContext camelContext)
Allows derived classes to customize the data format
|
Boolean |
getUsingIterator() |
void |
setUsingIterator(Boolean usingIterator)
If the tar file has more then one entry, the setting this option to true, allows to work with the splitter EIP,
to split the data using an iterator in a streaming mode.
|
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setDataFormat, setDataFormatName, setOtherAttributes, setProperty, setPropertygetId, setIdpublic TarFileDataFormat()
protected void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
DataFormatDefinitionconfigureDataFormat in class DataFormatDefinitionpublic Boolean getUsingIterator()
public void setUsingIterator(Boolean usingIterator)
Apache Camel