| Package | Description |
|---|---|
| io.apigee.trireme.core | |
| io.apigee.trireme.core.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptCancelledException |
| Modifier and Type | Method and Description |
|---|---|
NodeScript |
NodeEnvironment.createScript(String[] args,
boolean forceRepl)
Create an instance of the script that will process command-line arguments from argv like regular
Node.js.
|
NodeScript |
NodeEnvironment.createScript(String scriptName,
File script,
String[] args)
Create an instance of a script attached to this environment.
|
NodeScript |
NodeEnvironment.createScript(String scriptName,
String script,
String[] args)
Create an instance of a script attached to this environment.
|
ScriptFuture |
NodeScript.execute()
Run the script and return a Future denoting its status.
|
ScriptFuture |
NodeScript.executeModule()
Run the script, but treat it as a module rather than as a true script.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptStatus |
ScriptRunner.call()
Execute the script.
|
Copyright © 2016 Apigee Corporation. All Rights Reserved.