Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
Packages that use SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
-
Uses of SmbEndpointBuilderFactory.SmbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmbEndpointBuilderFactory.SmbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SMB component.Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.SmbEndpointProducerBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.SmbEndpointProducerBuilder.autoCreate(boolean autoCreate) Whether to create parent directory if it does not exist.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.autoCreate(String autoCreate) Whether to create parent directory if it does not exist.SmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.basic()The user domain.What action to take if the SMB file already exists.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.fileExist(org.apache.camel.component.file.GenericFileExist fileExist) What action to take if the SMB file already exists.The password to access the share.The path, within the share, to consume the files from.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.readBufferSize(int readBufferSize) Read buffer size when for file being produced.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.readBufferSize(String readBufferSize) Read buffer size when for file being produced.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.searchPattern(String searchPattern) The search pattern used to list the files.The username required to access the share.