Package com.axemble.vdoc.sdk.utils
Class ScriptUtils
java.lang.Object
com.axemble.vdoc.sdk.utils.ScriptUtils
- Author:
- vlygeros
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanfireBooleanScript(String jsCode, String methodName, Object[] values) static StringfireStringScript(String jsCode, String methodName, Object[] values) static voidfireVoidScript(String jsCode, String methodName, Object[] values) 
- 
Constructor Details- 
ScriptUtilspublic ScriptUtils()
 
- 
- 
Method Details- 
fireVoidScriptpublic static void fireVoidScript(String jsCode, String methodName, Object[] values) throws Exception - Throws:
- Exception
 
- 
fireBooleanScriptpublic static boolean fireBooleanScript(String jsCode, String methodName, Object[] values) throws Exception - Throws:
- Exception
 
- 
fireStringScriptpublic static String fireStringScript(String jsCode, String methodName, Object[] values) throws Exception - Throws:
- Exception
 
 
-