Package | Description |
---|---|
org.apache.camel.component.file.remote |
Defines the File transport for communicating with Remote Files and FTP
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteFileConfiguration.setSeparator(RemoteFileConfiguration.PathSeparator separator)
Sets the path separator to be used.
|
Apache Camel