Uses of Class
org.apache.camel.builder.endpoint.dsl.SftpEndpointBuilderFactory.PathSeparator
-
Packages that use SftpEndpointBuilderFactory.PathSeparator Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SftpEndpointBuilderFactory.PathSeparator in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SftpEndpointBuilderFactory.PathSeparator Modifier and Type Method Description static SftpEndpointBuilderFactory.PathSeparator
SftpEndpointBuilderFactory.PathSeparator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SftpEndpointBuilderFactory.PathSeparator[]
SftpEndpointBuilderFactory.PathSeparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type SftpEndpointBuilderFactory.PathSeparator Modifier and Type Method Description default SftpEndpointBuilderFactory.SftpEndpointBuilder
SftpEndpointBuilderFactory.SftpEndpointBuilder. separator(SftpEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.default SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder
SftpEndpointBuilderFactory.SftpEndpointConsumerBuilder. separator(SftpEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder. separator(SftpEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.
-