Uses of Interface
org.apache.camel.builder.endpoint.dsl.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder
Packages that use FilesEndpointBuilderFactory.FilesEndpointProducerBuilder
-
Uses of FilesEndpointBuilderFactory.FilesEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FilesEndpointBuilderFactory.FilesEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Azure Files component.Methods in org.apache.camel.builder.endpoint.dsl that return FilesEndpointBuilderFactory.FilesEndpointProducerBuilderModifier and TypeMethodDescriptionFilesEndpointBuilderFactory.AdvancedFilesEndpointProducerBuilder.basic()FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.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.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.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.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.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.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.part of service SAS token.part of SAS token.Shared key (storage account key).part of service SAS token.part of SAS token.part of SAS token.part of SAS token.part of SAS token.part of service SAS token.part of SAS token.part of account SAS token.part of SAS token.part of SAS token.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.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.FilesEndpointBuilderFactory.FilesEndpointProducerBuilder.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.