Packages

t

scala.tools.nsc

CommonRunner

trait CommonRunner extends AnyRef

Source
ObjectRunner.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonRunner
  2. AnyRef
  3. 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

Value Members

  1. def run(urls: Seq[URL], objectName: String, arguments: Seq[String]): Unit

    Run a given object, specified by name, using a specified classpath and argument list.

    Run a given object, specified by name, using a specified classpath and argument list.

    Exceptions thrown
  2. def runAndCatch(urls: Seq[URL], objectName: String, arguments: Seq[String]): Option[Throwable]

    Catches any non-fatal exception thrown by run (in the case of InvocationTargetException, unwrapping it) and returns it in an Option.