dotty.tools.runner.ObjectRunner
An object that runs another object specified by name.
Attributes
-
Authors:
-
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
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.
Attributes
-
Inherited from:
-
CommonRunner
Catches any non-fatal exception thrown by run (in the case of InvocationTargetException, unwrapping it) and returns it in an Option.
Catches any non-fatal exception thrown by run (in the case of InvocationTargetException, unwrapping it) and returns it in an Option.
Attributes
-
Inherited from:
-
CommonRunner