Package com.axemble.vdoc.sdk.utils
Class ScriptUtils
java.lang.Object
com.axemble.vdoc.sdk.utils.ScriptUtils
- Author:
- vlygeros
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
fireBooleanScript
(String jsCode, String methodName, Object[] values) static String
fireStringScript
(String jsCode, String methodName, Object[] values) static void
fireVoidScript
(String jsCode, String methodName, Object[] values)
-
Constructor Details
-
ScriptUtils
public ScriptUtils()
-
-
Method Details
-
fireVoidScript
public static void fireVoidScript(String jsCode, String methodName, Object[] values) throws Exception - Throws:
Exception
-
fireBooleanScript
public static boolean fireBooleanScript(String jsCode, String methodName, Object[] values) throws Exception - Throws:
Exception
-
fireStringScript
public static String fireStringScript(String jsCode, String methodName, Object[] values) throws Exception - Throws:
Exception
-