Uses of Interface
org.apache.camel.builder.endpoint.dsl.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder
Packages that use Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder
-
Uses of Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SMB2 component.Methods in org.apache.camel.builder.endpoint.dsl that return Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilderModifier and TypeMethodDescriptionSmb2EndpointBuilderFactory.AdvancedSmb2EndpointProducerBuilder.basic()This option is used to specify the encoding of the file.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.checksumFileAlgorithm(String checksumFileAlgorithm) If provided, then Camel will write a checksum file when the original file has been written.The user domain.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.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.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.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.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.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.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.moveExisting(String moveExisting) Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.The password to access the share.The path, within the share, to consume the files from.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.readBufferSize(int readBufferSize) Read buffer size when for file being produced.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.readBufferSize(String readBufferSize) Read buffer size when for file being produced.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.searchPattern(String searchPattern) The search pattern used to list the files.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.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.Smb2EndpointBuilderFactory.Smb2EndpointProducerBuilder.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.The username required to access the share.