Class DropboxConfigurationValidator
java.lang.Object
org.apache.camel.component.dropbox.validator.DropboxConfigurationValidator
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateCommonProperties(DropboxConfiguration configuration) static voidvalidateDelOp(String remotePath) static voidvalidateGetOp(String remotePath) static voidvalidateMoveOp(String remotePath, String newRemotePath) static voidvalidatePutOp(String localPath, String remotePath, DropboxUploadMode uploadMode) static voidvalidateSearchOp(String remotePath)
-
Method Details
-
validateCommonProperties
public static void validateCommonProperties(DropboxConfiguration configuration) throws DropboxException - Throws:
DropboxException
-
validateGetOp
- Throws:
DropboxException
-
validatePutOp
public static void validatePutOp(String localPath, String remotePath, DropboxUploadMode uploadMode) throws DropboxException - Throws:
DropboxException
-
validateSearchOp
- Throws:
DropboxException
-
validateDelOp
- Throws:
DropboxException
-
validateMoveOp
- Throws:
DropboxException
-