@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.zipfile") public class ZipFileDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Constructor and Description |
---|
ZipFileDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowEmptyDirectory() |
Boolean |
getContentTypeHeader() |
Boolean |
getPreservePathElements() |
Boolean |
getUsingIterator() |
void |
setAllowEmptyDirectory(Boolean allowEmptyDirectory) |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setPreservePathElements(Boolean preservePathElements) |
void |
setUsingIterator(Boolean usingIterator) |
public Boolean getUsingIterator()
public void setUsingIterator(Boolean usingIterator)
public Boolean getAllowEmptyDirectory()
public void setAllowEmptyDirectory(Boolean allowEmptyDirectory)
public Boolean getPreservePathElements()
public void setPreservePathElements(Boolean preservePathElements)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel