Class DropboxHelper
java.lang.Object
org.apache.camel.component.dropbox.util.DropboxHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Method Details
-
getRemotePath
public static String getRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) -
getNewRemotePath
public static String getNewRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) -
getLocalPath
public static String getLocalPath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) -
getQuery
public static String getQuery(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) -
getUploadMode
public static DropboxUploadMode getUploadMode(DropboxConfiguration configuration, org.apache.camel.Exchange exchange)
-