Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder
Packages that use SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder
-
Uses of SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.SmbEndpointBuilder.advanced()SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.autoCreate(boolean autoCreate) Automatically create missing directories in the file's pathname.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.autoCreate(String autoCreate) Automatically create missing directories in the file's pathname.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.bufferSize(int bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.bufferSize(String bufferSize) Buffer size in bytes used for writing files (or in case of FTP for downloading and uploading files).SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.copyAndDeleteOnRenameFail(boolean copyAndDeleteOnRenameFail) Whether to fall back and do a copy and delete file, in case the file could not be renamed directly.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.copyAndDeleteOnRenameFail(String copyAndDeleteOnRenameFail) Whether to fall back and do a copy and delete file, in case the file could not be renamed directly.SmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.smbConfig(com.hierynomus.smbj.SmbConfig smbConfig) An optional SMB client configuration, can be used to configure client specific configurations, like timeouts.An optional SMB client configuration, can be used to configure client specific configurations, like timeouts.