public interface NodeImplementation
| Modifier and Type | Method and Description |
|---|---|
String[][] |
getBuiltInModules()
Return a two-dimensional array of built-in module names.
|
String |
getMainScriptClass()
Return the name of the class that contains the
compiled JavaScript for the "main" of the implementation.
|
Collection<Class<? extends NodeModule>> |
getNativeModules()
Return a set of NodeModule class names that represent Java code built in to this implementation
that should appear as the result of a "require" or "process.binding" call.
|
String |
getVersion()
Return the version of Node.js supported here.
|
String getVersion()
String getMainScriptClass()
String[][] getBuiltInModules()
Collection<Class<? extends NodeModule>> getNativeModules()
Copyright © 2016 Apigee Corporation. All Rights Reserved.