package engines
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
Engine extends AnyRef
A JavaScript engine.
A JavaScript engine. JavaScript engines are intended to be short-lived and will terminate themselves on completion of executing some JavaScript.
- class JavaxEngine extends Engine
- case class JsExecutionResult(exitValue: Int) extends Product with Serializable
- class LocalEngine extends Engine
- class Rhino extends Engine
- class Trireme extends Engine
Value Members
-
object
CommonNode
Used to manage a local instance of Node.js with CommonJs support.
Used to manage a local instance of Node.js with CommonJs support. common-node is assumed to be on the path.
- object JavaxEngine
-
object
LocalEngine
Local engine utilities.
-
object
Node
Used to manage a local instance of Node.js.
Used to manage a local instance of Node.js. Node is assumed to be on the path.
-
object
PhantomJs
Used to manage a local instance of PhantomJS.
Used to manage a local instance of PhantomJS. PhantomJS is assumed to be on the path.
- object Rhino
- object Trireme