Runner

avrohugger.tool.Runner
class Runner(in: InputStream, out: PrintStream, err: PrintStream)

Command-line driver.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def run(args: Array[String]): Int

Delegates to tool specified on the command-line.

Delegates to tool specified on the command-line.

Attributes

Concrete fields

val formats: Array[SourceFormat]
var maxLen: Int
val tools: Array[GeneratorTool]
val toolsMap: Map[String, Tool]

Available tools, initialized in constructor.

Available tools, initialized in constructor.

Attributes