Package | Description |
---|---|
org.apache.camel.component.dropbox | |
org.apache.camel.component.dropbox.core | |
org.apache.camel.component.dropbox.validator |
Modifier and Type | Method and Description |
---|---|
void |
DropboxConfiguration.createClient()
Obtain a new instance of DbxClient and store it in configuration.
|
Modifier and Type | Method and Description |
---|---|
DropboxResult |
DropboxAPIFacade.del(String remotePath)
Delete every files and subdirectories inside the remote directory.
|
DropboxResult |
DropboxAPIFacade.get(String remotePath)
Get the content of every file inside the remote path.
|
DropboxResult |
DropboxAPIFacade.move(String remotePath,
String newRemotePath)
Rename a remote path with the new path location.
|
DropboxResult |
DropboxAPIFacade.put(String localPath,
String remotePath,
DropboxUploadMode mode)
Put or upload a new file or an entire directory to dropbox
|
DropboxResult |
DropboxAPIFacade.search(String remotePath,
String query)
Search inside a remote path including its sub directories.
|
Modifier and Type | Method and Description |
---|---|
static void |
DropboxConfigurationValidator.validate(DropboxConfiguration configuration)
Validate the parameters passed in the incoming url.
|
Apache Camel