org.scalajs.jsenv.ExternalJSEnv

AbstractExtRunner

class AbstractExtRunner extends JSInitFiles

Attributes
protected
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractExtRunner
  2. JSInitFiles
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractExtRunner(libs: Seq[ResolvedJSDependency], code: VirtualJSFile)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val code: VirtualJSFile

    Attributes
    protected
  9. def console: JSConsole

    Attributes
    protected
  10. final def customInitFiles(): Seq[VirtualJSFile]

    Custom initialization scripts, defined by the environment.

    Custom initialization scripts, defined by the environment.

    Attributes
    protected
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  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 getJSFiles(): Seq[VirtualJSFile]

    Get all files that are passed to VM (libraries and code)

    Get all files that are passed to VM (libraries and code)

    Attributes
    protected
  16. def getLibJSFiles(): Seq[VirtualJSFile]

    Get files that are a library (i.

    Get files that are a library (i.e. that do not run anything)

    Attributes
    protected
  17. def getVMArgs(): Seq[String]

    VM arguments excluding executable.

    VM arguments excluding executable. Override to adapt.

    The default value in ExternalJSEnv is args.

    Attributes
    protected
  18. def getVMEnv(): Map[String, String]

    VM environment.

    VM environment. Override to adapt.

    The default value in ExternalJSEnv is System.getenv().asScala.toMap ++ env.

    Attributes
    protected
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def initFiles(): Seq[VirtualJSFile]

    JS files used to setup VM

    JS files used to setup VM

    Attributes
    protected
    Definition Classes
    JSInitFiles
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val libs: Seq[ResolvedJSDependency]

    Attributes
    protected
  23. def logger: Logger

    Attributes
    protected
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. final def pipeToConsole(in: InputStream, console: JSConsole): Unit

    pipe lines from input stream to JSConsole

    pipe lines from input stream to JSConsole

    Attributes
    protected
  28. final def pipeVMData(vmInst: Process): Unit

    Pipe stdin and stdout from/to VM

    Pipe stdin and stdout from/to VM

    Attributes
    protected
  29. final def sendJS(files: Seq[VirtualJSFile], out: Writer): Unit

    send a bunch of JS files to a writer

    send a bunch of JS files to a writer

    Attributes
    protected
  30. final def sendJS(files: Seq[VirtualJSFile], out: OutputStream): Unit

    send a bunch of JS files to an output stream

    send a bunch of JS files to an output stream

    Attributes
    protected
  31. def sendVMStdin(out: OutputStream): Unit

    Sends required data to VM Stdin (can throw)

    Sends required data to VM Stdin (can throw)

    Attributes
    protected
  32. def setupLoggerAndConsole(logger: Logger, console: JSConsole): Unit

    Attributes
    protected
  33. def startVM(): Process

    Attributes
    protected
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def waitForVM(vmInst: Process): Unit

    Wait for the VM to terminate, verify exit code

    Wait for the VM to terminate, verify exit code

    Attributes
    protected
    Exceptions thrown
    ExternalJSEnv.NonZeroExitException

    if VM returned a non-zero code

  40. def writeJSFile(file: VirtualJSFile, writer: Writer): Unit

    write a single JS file to a writer using an include fct if appropriate

    write a single JS file to a writer using an include fct if appropriate

    Attributes
    protected

Inherited from JSInitFiles

Inherited from AnyRef

Inherited from Any

Ungrouped