Packages

c

scala.tools.nsc.fsc

ResidentScriptRunner

class ResidentScriptRunner extends AbstractScriptRunner with HasCompileSocket

Source
ResidentScriptRunner.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResidentScriptRunner
  2. HasCompileSocket
  3. AbstractScriptRunner
  4. ScriptRunner
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResidentScriptRunner(settings: GenericRunnerSettings)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toany2stringadd[ResidentScriptRunner] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ResidentScriptRunner, B)
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toArrowAssoc[ResidentScriptRunner] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def compileOnServer(sock: Socket, args: Seq[String]): Boolean
    Definition Classes
    HasCompileSocket
  9. lazy val compileSocket: CompileSocket.type
  10. def doCompile(scriptFile: String): Boolean

    Compile a script using the fsc compilation daemon.

    Compile a script using the fsc compilation daemon.

    Attributes
    protected
    Definition Classes
    ResidentScriptRunnerAbstractScriptRunner
  11. def ensuring(cond: (ResidentScriptRunner) => Boolean, msg: => Any): ResidentScriptRunner
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toEnsuring[ResidentScriptRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ResidentScriptRunner) => Boolean): ResidentScriptRunner
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toEnsuring[ResidentScriptRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): ResidentScriptRunner
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toEnsuring[ResidentScriptRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ResidentScriptRunner
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toEnsuring[ResidentScriptRunner] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val errorMarkers: Set[String]
    Definition Classes
    HasCompileSocket
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toStringFormat[ResidentScriptRunner] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def isErrorMessage(msg: String): Boolean
    Definition Classes
    HasCompileSocket
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def mainClass: String
    Attributes
    protected
    Definition Classes
    AbstractScriptRunner
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def runScript(scriptFile: String, scriptArgs: List[String]): Option[Throwable]

    Run a script file by name, with the given arguments.

    Run a script file by name, with the given arguments.

    returns

    optionally an error, None for success

    Definition Classes
    AbstractScriptRunnerScriptRunner
  29. final def runScriptText(command: String, scriptArgs: List[String]): Option[Throwable]

    Run the script text as supplied, with the given arguments.

    Run the script text as supplied, with the given arguments.

    returns

    optionally an error, None for success

    Definition Classes
    AbstractScriptRunnerScriptRunner
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (ResidentScriptRunner, B)
    Implicit
    This member is added by an implicit conversion from ResidentScriptRunner toArrowAssoc[ResidentScriptRunner] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from HasCompileSocket

Inherited from AbstractScriptRunner

Inherited from ScriptRunner

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromResidentScriptRunner to any2stringadd[ResidentScriptRunner]

Inherited by implicit conversion StringFormat fromResidentScriptRunner to StringFormat[ResidentScriptRunner]

Inherited by implicit conversion Ensuring fromResidentScriptRunner to Ensuring[ResidentScriptRunner]

Inherited by implicit conversion ArrowAssoc fromResidentScriptRunner to ArrowAssoc[ResidentScriptRunner]

Ungrouped