Packages

t

scala.tools.nsc

CommonRunner

trait CommonRunner extends AnyRef

Source
ObjectRunner.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
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. All

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]): Either[Throwable, Boolean]

    Catches exceptions enumerated by run (in the case of InvocationTargetException, unwrapping it) and returns it any thrown in Left(x).