Uses of Interface
org.apache.camel.builder.endpoint.dsl.FileEndpointBuilderFactory.FileEndpointProducerBuilder
Packages that use FileEndpointBuilderFactory.FileEndpointProducerBuilder
-
Uses of FileEndpointBuilderFactory.FileEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FileEndpointBuilderFactory.FileEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the File component.Methods in org.apache.camel.builder.endpoint.dsl that return FileEndpointBuilderFactory.FileEndpointProducerBuilderModifier and TypeMethodDescriptionFileEndpointBuilderFactory.FileEndpointProducerBuilder.appendChars(String appendChars) Used to append characters (text) after writing files.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.basic()This option is used to specify the encoding of the file.FileEndpointBuilderFactory.FileEndpointProducerBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.What to do if a file already exists with the same name.FileEndpointBuilderFactory.FileEndpointProducerBuilder.fileExist(org.apache.camel.component.file.GenericFileExist fileExist) What to do if a file already exists with the same name.Use Expression such as File Language to dynamically set the filename.FileEndpointBuilderFactory.FileEndpointProducerBuilder.flatten(boolean flatten) Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.FileEndpointBuilderFactory.FileEndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FileEndpointBuilderFactory.FileEndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FileEndpointBuilderFactory.FileEndpointProducerBuilder.moveExisting(String moveExisting) Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.FileEndpointBuilderFactory.FileEndpointProducerBuilder.tempFileName(String tempFileName) The same as tempPrefix option but offering a more fine grained control on the naming of the temporary filename as it uses the File Language.FileEndpointBuilderFactory.FileEndpointProducerBuilder.tempPrefix(String tempPrefix) This option is used to write the file using a temporary name and then, after the write is complete, rename it to the real name.