Class ZipFileDataFormatConfiguration

java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration

@ConfigurationProperties(prefix="camel.dataformat.zip-file") public class ZipFileDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Compression and decompress streams using java.util.zip.ZipStream. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • ZipFileDataFormatConfiguration

      public ZipFileDataFormatConfiguration()
  • Method Details

    • getUsingIterator

      public Boolean getUsingIterator()
    • setUsingIterator

      public void setUsingIterator(Boolean usingIterator)
    • getAllowEmptyDirectory

      public Boolean getAllowEmptyDirectory()
    • setAllowEmptyDirectory

      public void setAllowEmptyDirectory(Boolean allowEmptyDirectory)
    • getPreservePathElements

      public Boolean getPreservePathElements()
    • setPreservePathElements

      public void setPreservePathElements(Boolean preservePathElements)
    • getMaxDecompressedSize

      public Long getMaxDecompressedSize()
    • setMaxDecompressedSize

      public void setMaxDecompressedSize(Long maxDecompressedSize)