public interface CraftScriptEngine
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(String script,
String filename,
Map<String,Object> args) |
int |
getTimeLimit() |
void |
setTimeLimit(int milliseconds) |
void setTimeLimit(int milliseconds)
int getTimeLimit()
Object evaluate(String script, String filename, Map<String,Object> args) throws ScriptException, Throwable
ScriptExceptionThrowableCopyright © 2010-2014. All Rights Reserved.