Uses of Class
org.apache.camel.component.dropbox.util.DropboxException
Packages that use DropboxException
Package
Description
-
Uses of DropboxException in org.apache.camel.component.dropbox.core
Methods in org.apache.camel.component.dropbox.core that throw DropboxExceptionModifier and TypeMethodDescriptionDelete every file and subdirectory inside the remote directory.Get the content of every file inside the remote path.Rename a remote path with the new path location.DropboxAPIFacade.put(String localPath, String remotePath, DropboxUploadMode mode) Put or upload a new file or an entire directory to dropboxSearch inside a remote path including its subdirectories. -
Uses of DropboxException in org.apache.camel.component.dropbox.validator
Methods in org.apache.camel.component.dropbox.validator that throw DropboxExceptionModifier and TypeMethodDescriptionstatic voidDropboxConfigurationValidator.validateCommonProperties(DropboxConfiguration configuration) static voidDropboxConfigurationValidator.validateDelOp(String remotePath) static voidDropboxConfigurationValidator.validateGetOp(String remotePath) static voidDropboxConfigurationValidator.validateMoveOp(String remotePath, String newRemotePath) static voidDropboxConfigurationValidator.validatePutOp(String localPath, String remotePath, DropboxUploadMode uploadMode) static voidDropboxConfigurationValidator.validateSearchOp(String remotePath)