@Metadata(firstVersion="2.16.0",
label="dataformat,transformation,file",
title="Tar File")
public class TarFileDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
TarFileDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowEmptyDirectory() |
String |
getPreservePathElements() |
String |
getUsingIterator() |
void |
setAllowEmptyDirectory(String allowEmptyDirectory)
If the tar file has more then one entry, setting this option to true,
allows to get the iterator even if the directory is empty
|
void |
setPreservePathElements(String preservePathElements)
If the file name contains path elements, setting this option to true,
allows the path to be maintained in the tar file.
|
void |
setUsingIterator(String 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.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getShortName, setContentTypeHeader, setDataFormat, setDataFormatNamegetId, setIdpublic TarFileDataFormat()
public String getUsingIterator()
public String getAllowEmptyDirectory()
public String getPreservePathElements()
public void setUsingIterator(String usingIterator)
public void setAllowEmptyDirectory(String allowEmptyDirectory)
public void setPreservePathElements(String preservePathElements)
Apache Camel