Uses of Class
org.apache.camel.model.dataformat.ZipFileDataFormat.Builder
Packages that use ZipFileDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of ZipFileDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return ZipFileDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.zipFile()Uses the ZIP file data format -
Uses of ZipFileDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return ZipFileDataFormat.BuilderModifier and TypeMethodDescriptionZipFileDataFormat.Builder.allowEmptyDirectory(boolean allowEmptyDirectory) If the zip file has more than one entry, setting this option to true, allows to get the iterator even if the directory is emptyZipFileDataFormat.Builder.allowEmptyDirectory(String allowEmptyDirectory) If the zip file has more than one entry, setting this option to true, allows to get the iterator even if the directory is emptyZipFileDataFormat.Builder.maxDecompressedSize(long maxDecompressedSize) Set the maximum decompressed size of a zip file (in bytes).ZipFileDataFormat.Builder.maxDecompressedSize(String maxDecompressedSize) Set the maximum decompressed size of a zip file (in bytes).ZipFileDataFormat.Builder.preservePathElements(boolean preservePathElements) If the file name contains path elements, setting this option to true, allows the path to be maintained in the zip file.ZipFileDataFormat.Builder.preservePathElements(String preservePathElements) If the file name contains path elements, setting this option to true, allows the path to be maintained in the zip file.ZipFileDataFormat.Builder.usingIterator(boolean usingIterator) If the zip 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.ZipFileDataFormat.Builder.usingIterator(String usingIterator) If the zip 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.