Uses of Class
org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator
-
Packages that use RemoteFileConfiguration.PathSeparator Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of RemoteFileConfiguration.PathSeparator in org.apache.camel.component.file.remote
Methods in org.apache.camel.component.file.remote that return RemoteFileConfiguration.PathSeparator Modifier and Type Method Description RemoteFileConfiguration.PathSeparator
RemoteFileConfiguration. getSeparator()
static RemoteFileConfiguration.PathSeparator
RemoteFileConfiguration.PathSeparator. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoteFileConfiguration.PathSeparator[]
RemoteFileConfiguration.PathSeparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration.PathSeparator Modifier and Type Method Description void
RemoteFileConfiguration. setSeparator(RemoteFileConfiguration.PathSeparator separator)
Sets the path separator to be used.
-