Modifier and Type | Method and Description |
---|---|
private java.util.ArrayList<CompletionProposal> |
PythonLanguageService.parseScriptOutput(ScriptResultObject sro,
CompletionResult result)
Internal method for parsing the output of the jython script.
|
Modifier and Type | Method and Description |
---|---|
ScriptResultObject |
ScriptObject.getScriptResultObject(java.lang.String name)
Get the output of the script without running it.
|
ScriptResultObject |
ScriptObject.scriptRunner(java.lang.String name,
java.lang.String desc,
java.lang.String script)
Run the provided script in the given namespace.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScriptResultObject> |
ScriptObject.runPeriodicScripts()
Run all the scripts that need to be run since the last time we called.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<ScriptResultObject> |
ScriptRunnerServlet.ScriptHistory.scriptResults
The script results.
|
Modifier and Type | Field and Description |
---|---|
private ScriptResultObject |
ScriptEntity.sro
The sro.
|
Modifier and Type | Method and Description |
---|---|
ScriptResultObject |
ScriptEntity.getSRO()
Return the current @see com.fgm.scriptEngine.ScriptResultObject.
|
ScriptResultObject |
ScriptEntity.runScript(java.lang.String script)
Run the script and fill out the ScriptResultObject.
|