Package | Description |
---|---|
org.apache.camel.component.dropbox.core | |
org.apache.camel.component.dropbox.validator |
Modifier and Type | Method and Description |
---|---|
DropboxDelResult |
DropboxAPIFacade.del(String remotePath)
Delete every files and subdirectories inside the remote directory.
|
DropboxFileDownloadResult |
DropboxAPIFacade.get(String remotePath)
Get the content of every file inside the remote path.
|
DropboxMoveResult |
DropboxAPIFacade.move(String remotePath,
String newRemotePath)
Rename a remote path with the new path location.
|
DropboxFileUploadResult |
DropboxAPIFacade.put(String localPath,
String remotePath,
DropboxUploadMode mode)
Put or upload a new file or an entire directory to dropbox
|
DropboxSearchResult |
DropboxAPIFacade.search(String remotePath,
String query)
Search inside a remote path including its sub directories.
|
Modifier and Type | Method and Description |
---|---|
static void |
DropboxConfigurationValidator.validateCommonProperties(DropboxConfiguration configuration) |
static void |
DropboxConfigurationValidator.validateDelOp(String remotePath) |
static void |
DropboxConfigurationValidator.validateGetOp(String remotePath) |
static void |
DropboxConfigurationValidator.validateMoveOp(String remotePath,
String newRemotePath) |
static void |
DropboxConfigurationValidator.validatePutOp(String localPath,
String remotePath,
DropboxUploadMode uploadMode) |
static void |
DropboxConfigurationValidator.validateSearchOp(String remotePath) |
Apache Camel