Uses of Class
org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator

Packages that use RemoteFileConfiguration.PathSeparator
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
 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
 void RemoteFileConfiguration.setSeparator(RemoteFileConfiguration.PathSeparator separator)
          Sets the path separator to be used.
 



Apache Camel