trait Runner extends MethodProfiling with LazyLogging

Linear Supertypes
LazyLogging, MethodProfiling, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Runner
  2. LazyLogging
  3. MethodProfiling
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultCommand extends Command
  2. class MainExecutor extends Executor
  3. class NailgunExecutor extends Executor

Abstract Value Members

  1. abstract def name: String

Concrete Value Members

  1. def autocompleteUsage(jc: JCommander, autocompleteInfo: AutocompleteInfo): Unit
  2. def main(args: Array[String]): Unit
  3. def nailMain(context: NGContext): Unit
  4. def parseCommand(args: Array[String]): Command
  5. def usage(jc: JCommander, name: String): String
  6. def usage(jc: JCommander): String