Mule Box.net Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
cn.com.believer.songyuanframework.openapi.storage.box
cn.com.believer.songyuanframework.openapi.storage.box.constant
cn.com.believer.songyuanframework.openapi.storage.box.factories
cn.com.believer.songyuanframework.openapi.storage.box.functions
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.core
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.methods
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.utils
cn.com.believer.songyuanframework.openapi.storage.box.objects
org.mule.modules.boxnet
org.mule.modules.boxnet.adapters
org.mule.modules.boxnet.callback
org.mule.modules.boxnet.config
org.mule.modules.boxnet.processors
Classes
BoxNetModule
BoxUtils
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
BoxUtils
extends Object
java.lang.Object
↳
org.mule.modules.boxnet.BoxUtils
Summary
Constants
String
TARGET_FILE
String
TARGET_FOLDER
Public Constructors
BoxUtils
()
Public Methods
static String
decodeBase64
(String encoded, String encoding)
static void
validateTarget
(String target)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Constants
private static final String
TARGET_FILE
Constant Value:
"file"
private static final String
TARGET_FOLDER
Constant Value:
"folder"
Public Constructors
public
BoxUtils
()
Public Methods
public static String
decodeBase64
(String encoded, String encoding)
Parameters
encoded
encoding
public static void
validateTarget
(String target)
Parameters
target