Uses of Interface
org.apache.camel.builder.endpoint.dsl.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder
Packages that use FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder
-
Uses of FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the File component.Methods in org.apache.camel.builder.endpoint.dsl that return FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilderModifier and TypeMethodDescriptionFileEndpointBuilderFactory.FileEndpointProducerBuilder.advanced()FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.allowNullBody(boolean allowNullBody) Used to specify if a null body is allowed during file writing.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.allowNullBody(String allowNullBody) Used to specify if a null body is allowed during file writing.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.bufferSize(int bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.bufferSize(String bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).Specify the file permissions which is sent by the producer, the chmod value must be between 000 and 777; If there is a leading digit like in 0755 we will ignore it.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.chmodDirectory(String chmodDirectory) Specify the directory permissions used when the producer creates missing directories, the chmod value must be between 000 and 777; If there is a leading digit like in 0755 we will ignore it.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.copyAndDeleteOnRenameFail(boolean copyAndDeleteOnRenameFail) Whether to fallback and do a copy and delete file, in case the file could not be renamed directly.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.copyAndDeleteOnRenameFail(String copyAndDeleteOnRenameFail) Whether to fallback and do a copy and delete file, in case the file could not be renamed directly.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.eagerDeleteTargetFile(boolean eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.eagerDeleteTargetFile(String eagerDeleteTargetFile) Whether or not to eagerly delete any existing target file.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.forceWrites(boolean forceWrites) Whether to force syncing writes to the file system.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.forceWrites(String forceWrites) Whether to force syncing writes to the file system.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.keepLastModified(boolean keepLastModified) Will keep the last modified timestamp from the source file (if any).FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.keepLastModified(String keepLastModified) Will keep the last modified timestamp from the source file (if any).FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.moveExistingFileStrategy(String moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.moveExistingFileStrategy(org.apache.camel.component.file.strategy.FileMoveExistingStrategy moveExistingFileStrategy) Strategy (Custom Strategy) used to move file with special naming token to use when fileExist=Move is configured.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.renameUsingCopy(boolean renameUsingCopy) Perform rename operations using a copy and delete strategy.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.renameUsingCopy(String renameUsingCopy) Perform rename operations using a copy and delete strategy.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.FileEndpointBuilderFactory.AdvancedFileEndpointProducerBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.