All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.dataformat.tarfile.tarfile.json Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "tarfile",
    "title": "Tar File",
    "description": "Archive files into tarballs or extract files from tarballs.",
    "deprecated": false,
    "firstVersion": "2.16.0",
    "label": "dataformat,transformation,file",
    "javaType": "org.apache.camel.dataformat.tarfile.TarFileDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-tarfile",
    "version": "3.4.0",
    "modelName": "tarfile",
    "modelJavaType": "org.apache.camel.model.dataformat.TarFileDataFormat"
  },
  "properties": {
    "usingIterator": { "kind": "attribute", "displayName": "Using Iterator", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "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." },
    "allowEmptyDirectory": { "kind": "attribute", "displayName": "Allow Empty Directory", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "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" },
    "preservePathElements": { "kind": "attribute", "displayName": "Preserve Path Elements", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "If the file name contains path elements, setting this option to true, allows the path to be maintained in the tar file." },
    "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON etc." },
    "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The id of this node" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy