org.scalajs.jsenv.nodejs

NodeJSEnv

class NodeJSEnv extends ExternalJSEnv with ComJSEnv

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NodeJSEnv
  2. ComJSEnv
  3. ExternalJSEnv
  4. AsyncJSEnv
  5. JSEnv
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeJSEnv(nodejsPath: String = "node", addArgs: Seq[String] = Seq.empty, addEnv: Map[String, String] = Map.empty)

Type Members

  1. class AbstractExtRunner extends AnyRef

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  2. trait AbstractNodeRunner extends AbstractExtRunner

    Attributes
    protected
  3. class AsyncExtRunner extends AbstractExtRunner with AsyncJSRunner

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  4. class AsyncNodeRunner extends AsyncExtRunner with AbstractNodeRunner

    Attributes
    protected
  5. class ComNodeRunner extends AsyncNodeRunner with ComJSRunner

    Attributes
    protected
  6. class ExtRunner extends AbstractExtRunner with JSRunner

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  7. class NodeRunner extends ExtRunner with AbstractNodeRunner

    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final val additionalArgs: Seq[String]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  5. final val additionalEnv: Map[String, String]

    Attributes
    protected
    Definition Classes
    ExternalJSEnv
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def asyncRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): AsyncJSRunner

    Definition Classes
    NodeJSEnvAsyncJSEnv
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def comRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): ComJSRunner

    Definition Classes
    NodeJSEnvComJSEnv
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def executable: String

    Command to execute (on shell) for this VM

    Command to execute (on shell) for this VM

    Attributes
    protected
    Definition Classes
    NodeJSEnvExternalJSEnv
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def jsRunner(classpath: CompleteClasspath, code: VirtualJSFile, logger: Logger, console: JSConsole): JSRunner

    Prepare a runner for the code in the virtual file.

    Prepare a runner for the code in the virtual file.

    Definition Classes
    NodeJSEnvJSEnv
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. def vmName: String

    Printable name of this VM

    Printable name of this VM

    Attributes
    protected
    Definition Classes
    NodeJSEnvExternalJSEnv
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ComJSEnv

Inherited from ExternalJSEnv

Inherited from AsyncJSEnv

Inherited from JSEnv

Inherited from AnyRef

Inherited from Any

Ungrouped