public final class NodeRuntimeOptions extends RuntimeOptions<NodeRuntimeOptions>
Modifier and Type | Field and Description |
---|---|
static NodeFlags |
NODE_FLAGS
The constant NODE_FLAGS.
|
static V8Flags |
V8_FLAGS
The constant V8_FLAGS.
|
createSnapshotEnabled, snapshotBlob
Constructor and Description |
---|
NodeRuntimeOptions()
Instantiates a new Node runtime options.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getConsoleArguments()
Get console arguments.
|
NodeRuntimeOptions |
setConsoleArguments(java.lang.String[] consoleArguments)
Sets console arguments.
|
getSnapshotBlob, isCreateSnapshotEnabled, setCreateSnapshotEnabled, setSnapshotBlob
public static final NodeFlags NODE_FLAGS
public static final V8Flags V8_FLAGS
public NodeRuntimeOptions()
public java.lang.String[] getConsoleArguments()
public NodeRuntimeOptions setConsoleArguments(java.lang.String[] consoleArguments)
consoleArguments
- the console arguments