public final class DropboxHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getLocalPath(DropboxConfiguration configuration,
org.apache.camel.Exchange exchange) |
static String |
getNewRemotePath(DropboxConfiguration configuration,
org.apache.camel.Exchange exchange) |
static String |
getQuery(DropboxConfiguration configuration,
org.apache.camel.Exchange exchange) |
static String |
getRemotePath(DropboxConfiguration configuration,
org.apache.camel.Exchange exchange) |
static DropboxUploadMode |
getUploadMode(DropboxConfiguration configuration,
org.apache.camel.Exchange exchange) |
public static String getRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
public static String getNewRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
public static String getLocalPath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
public static String getQuery(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
public static DropboxUploadMode getUploadMode(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
Apache Camel