This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 8754e04  CAMEL-16277 - Camel-File: Use appendChar for the first 
message too - docs
8754e04 is described below

commit 8754e04f8fdbab1593d70486e7039114bd99bfc0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Mar 3 11:55:43 2021 +0100

    CAMEL-16277 - Camel-File: Use appendChar for the first message too - docs
---
 .../resources/org/apache/camel/springboot/catalog/components/file.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
index 221f845..abb4556 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
@@ -51,7 +51,7 @@
     "processStrategy": { "kind": "parameter", "displayName": "Process 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileProcessStrategy<java.io.File>", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable org.apache.camel.component.file.GenericFileProcessStrategy allowing 
you to implement your own readLock option or similar. Can also be used [...]
     "startingDirectoryMustExist": { "kind": "parameter", "displayName": 
"Starting Directory Must Exist", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory must 
exist. Mind that the autoCreate option is default enabled, which means the 
starting directory is normally auto created if it doesn' [...]
     "startingDirectoryMustHaveAccess": { "kind": "parameter", "displayName": 
"Starting Directory Must Have Access", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the starting directory has 
access permissions. Mind that the startingDirectoryMustExist parameter must be 
set to true in order to verify that the di [...]
-    "appendChars": { "kind": "parameter", "displayName": "Append Chars", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Used to append characters (text) after writing 
files. This can for example be used to add new lines or other separators when 
writing and appending to existing files. To specify new-line (slash-n or 
slash-r) or tab (slash-t) characters [...]
+    "appendChars": { "kind": "parameter", "displayName": "Append Chars", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Used to append characters (text) after writing 
files. This can for example be used to add new lines or other separators when 
writing and appending new files or existing files. To specify new-line (slash-n 
or slash-r) or tab (slash-t)  [...]
     "fileExist": { "kind": "parameter", "displayName": "File Exist", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.file.GenericFileExist", "enum": [ 
"Override", "Append", "Fail", "Ignore", "Move", "TryRename" ], "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": "Override", 
"description": "What to do if a file already exists with the same name. 
Override, which is the default, replaces the exis [...]
     "flatten": { "kind": "parameter", "displayName": "Flatten", "group": 
"producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Flatten is used to flatten the 
file name path to strip any leading paths, so it's just the file name. This 
allows you to consume recursively into sub-directories, but when you eg write 
the files to another directory they will be [...]
     "jailStartingDirectory": { "kind": "parameter", "displayName": "Jail 
Starting Directory", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": "Used 
for jailing (restricting) writing files to the starting directory (and sub) 
only. This is enabled by default to not allow Camel to write files to outside 
directories (to be more secured out of t [...]

Reply via email to