Uses of Enum Class
org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
Packages that use RemoteFileConfiguration.PathSeparator
-
Uses of RemoteFileConfiguration.PathSeparator in org.apache.camel.component.file.remote
Methods in org.apache.camel.component.file.remote that return RemoteFileConfiguration.PathSeparatorModifier and TypeMethodDescriptionRemoteFileConfiguration.getSeparator()Returns the enum constant of this class with the specified name.RemoteFileConfiguration.PathSeparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration.PathSeparatorModifier and TypeMethodDescriptionvoidRemoteFileConfiguration.setSeparator(RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.