public final class DropboxConfigurationValidator extends Object
Modifier and Type | Method and Description |
---|---|
static void |
validateCommonProperties(DropboxConfiguration configuration) |
static void |
validateDelOp(String remotePath) |
static void |
validateGetOp(String remotePath) |
static void |
validateMoveOp(String remotePath,
String newRemotePath) |
static void |
validatePutOp(String localPath,
String remotePath,
DropboxUploadMode uploadMode) |
static void |
validateSearchOp(String remotePath) |
public static void validateCommonProperties(DropboxConfiguration configuration) throws DropboxException
DropboxException
public static void validateGetOp(String remotePath) throws DropboxException
DropboxException
public static void validatePutOp(String localPath, String remotePath, DropboxUploadMode uploadMode) throws DropboxException
DropboxException
public static void validateSearchOp(String remotePath) throws DropboxException
DropboxException
public static void validateDelOp(String remotePath) throws DropboxException
DropboxException
public static void validateMoveOp(String remotePath, String newRemotePath) throws DropboxException
DropboxException
Apache Camel