Uses of Class
org.apache.camel.model.dataformat.TarFileDataFormat.Builder
Packages that use TarFileDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of TarFileDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return TarFileDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.tarFile()Uses the Tar file data format -
Uses of TarFileDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return TarFileDataFormat.BuilderModifier and TypeMethodDescriptionTarFileDataFormat.Builder.allowEmptyDirectory(boolean allowEmptyDirectory) If the tar file has more than one entry, setting this option to true, allows to get the iterator even if the directory is emptyTarFileDataFormat.Builder.allowEmptyDirectory(String allowEmptyDirectory) If the tar file has more than one entry, setting this option to true, allows to get the iterator even if the directory is emptyTarFileDataFormat.Builder.maxDecompressedSize(long maxDecompressedSize) Set the maximum decompressed size of a tar file (in bytes).TarFileDataFormat.Builder.maxDecompressedSize(String maxDecompressedSize) Set the maximum decompressed size of a tar file (in bytes).TarFileDataFormat.Builder.preservePathElements(boolean preservePathElements) If the file name contains path elements, setting this option to true, allows the path to be maintained in the tar file.TarFileDataFormat.Builder.preservePathElements(String preservePathElements) If the file name contains path elements, setting this option to true, allows the path to be maintained in the tar file.TarFileDataFormat.Builder.usingIterator(boolean usingIterator) If the tar file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.TarFileDataFormat.Builder.usingIterator(String usingIterator) If the tar file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.