final class Application extends AlwaysDerivedParameter with AlwaysHiddenParameter with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Application
- Serializable
- Product
- Equals
- AlwaysHiddenParameter
- AlwaysDerivedParameter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Application(binaryName: String, version: String, commands: List[CommandParser[_]], env: Environment, reporter: Reporter)
- new Application(binaryName: String, version: String, commands: List[CommandParser[_]], env: Environment, reporter: Reporter, tagline: String, description: Doc, usage: String, examples: Doc, fatalUnknownFields: Boolean, relativeCommands: List[CommandParser[_]], arguments: List[String], relativeArguments: List[String], preProcessClassShape: (ClassShape) => ClassShape, preProcessArguments: (List[String]) => List[String], onEmptyArguments: (Application) => BaseCommand, onNotRecognoziedCommand: (Application) => BaseCommand, parsers: List[ConfigurationParser], executionContext: ExecutionContext, searcher: ConfigurationSearcher, token: CancelToken, mockedProcesses: List[Application], tput: Tput, isSingleCommand: Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val arguments: List[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val binaryName: String
- def canEqual(obj: Any): Boolean
- Definition Classes
- Application → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val commands: List[CommandParser[_]]
- def consumedArguments: List[String]
- val description: Doc
- def documentation: List[(String, Doc)]
- val env: Environment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Application → Equals → AnyRef → Any
- def err: PrintStream
- def error(message: Str): Unit
- val examples: Doc
- val executionContext: ExecutionContext
- val fatalUnknownFields: Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Application → AnyRef → Any
- def info(message: Str): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSingleCommand: Boolean
- val mockedProcesses: List[Application]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onEmptyArguments: (Application) => BaseCommand
- val onNotRecognoziedCommand: (Application) => BaseCommand
- def out: PrintStream
- val parsers: List[ConfigurationParser]
- val preProcessArguments: (List[String]) => List[String]
- val preProcessClassShape: (ClassShape) => ClassShape
- def print(message: String): Unit
- def print(doc: Doc): Unit
- def printStackTrace(e: Throwable): Unit
- def println(message: String): Unit
- def println(doc: Doc): Unit
- def process(command: Shellable*): SpawnableProcess
- def productArity: Int
- Definition Classes
- Application → Product
- def productElement(n: Int): Any
- Definition Classes
- Application → Product
- def productElementName(n: Int): String
- Definition Classes
- Application → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Application → Product
- val relativeArguments: List[String]
- val relativeCommands: List[CommandParser[_]]
- val reporter: Reporter
- def run(arguments: List[String]): Int
- def runAndExitIfNonZero(args: List[String]): Unit
- val searcher: ConfigurationSearcher
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tagline: String
- val terminal: Terminals
- def toString(): String
- Definition Classes
- Application → AnyRef → Any
- val token: CancelToken
- val tput: Tput
- val usage: String
- def usageDoc: Doc
- val version: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warning(message: Str): Unit
- def withArguments(arguments: List[String]): Application
- def withBinaryName(binaryName: String): Application
- def withCommands(commands: List[CommandParser[_]]): Application
- def withDescription(description: Doc): Application
- def withEnv(env: Environment): Application
- def withExamples(examples: Doc): Application
- def withExecutionContext(executionContext: ExecutionContext): Application
- def withFatalUnknownFields(fatalUnknownFields: Boolean): Application
- def withIsSingleCommand(isSingleCommand: Boolean): Application
- def withMockedProcesses(mockedProcesses: List[Application]): Application
- def withOnEmptyArguments(onEmptyArguments: (Application) => BaseCommand): Application
- def withOnNotRecognoziedCommand(onNotRecognoziedCommand: (Application) => BaseCommand): Application
- def withParsers(parsers: List[ConfigurationParser]): Application
- def withPreProcessArguments(preProcessArguments: (List[String]) => List[String]): Application
- def withPreProcessClassShape(preProcessClassShape: (ClassShape) => ClassShape): Application
- def withRelativeArguments(relativeArguments: List[String]): Application
- def withRelativeCommands(relativeCommands: List[CommandParser[_]]): Application
- def withReporter(reporter: Reporter): Application
- def withSearcher(searcher: ConfigurationSearcher): Application
- def withTagline(tagline: String): Application
- def withToken(token: CancelToken): Application
- def withTput(tput: Tput): Application
- def withUsage(usage: String): Application
- def withVersion(version: String): Application