Class DropboxHelper
java.lang.Object
org.apache.camel.component.dropbox.util.DropboxHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetLocalPath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static StringgetNewRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static StringgetQuery(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static StringgetRemotePath(DropboxConfiguration configuration, org.apache.camel.Exchange exchange) static DropboxUploadModegetUploadMode(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)
-