Package | Description |
---|---|
org.apache.camel.component.atmos | |
org.apache.camel.component.atmos.core | |
org.apache.camel.component.atmos.validator |
Modifier and Type | Method and Description |
---|---|
void |
AtmosConfiguration.createClient()
Obtain a new instance of AtmosApi client and store it in configuration.
|
Modifier and Type | Method and Description |
---|---|
AtmosResult |
AtmosAPIFacade.del(String remotePath)
Delete every files and subdirectories inside the remote directory.
|
AtmosResult |
AtmosAPIFacade.get(String remotePath)
Get the content of every file inside the remote path.
|
AtmosResult |
AtmosAPIFacade.move(String remotePath,
String newRemotePath)
Rename a remote path with the new path location.
|
AtmosResult |
AtmosAPIFacade.put(String localPath,
String remotePath)
Put or upload a new file or an entire directory to atmos
|
Modifier and Type | Method and Description |
---|---|
static void |
AtmosConfigurationValidator.validate(AtmosConfiguration configuration)
Validate the parameters passed in the incoming url.
|
Apache Camel