class GenericRunnerCommand extends CompilerCommand
- Alphabetic
- By Inheritance
- GenericRunnerCommand
- CompilerCommand
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Type Members
- type Setting = Settings.Setting
- Definition Classes
- CompilerCommand
Value Members
- def arguments: collection.immutable.List[String]
Arguments to thingToRun.
- def cmdDesc: String
A descriptive alias for version and help messages.
A descriptive alias for version and help messages.
- Definition Classes
- GenericRunnerCommand → CompilerCommand
- def cmdName: String
The name of the command.
The name of the command.
- Definition Classes
- GenericRunnerCommand → CompilerCommand
- def compCmdName: String
- def createUsageMsg(label: String, explain: Boolean = true)(cond: (Setting) => Boolean): String
- Definition Classes
- CompilerCommand
- def expandArg(arg: String): List[String]
Expands all arguments starting with @ to the contents of the file named like each argument.
Expands all arguments starting with @ to the contents of the file named like each argument.
- Definition Classes
- CompilerCommand
- def files: List[String]
- Definition Classes
- CompilerCommand
- def getInfoMessage(global: Global): String
- Definition Classes
- CompilerCommand
- val howToRun: HowToRun
- def ok: Boolean
- Definition Classes
- GenericRunnerCommand → CompilerCommand
- def optionsMessage(cond: (Setting) => Boolean): String
Creates a help message for a subset of options based on cond
Creates a help message for a subset of options based on cond
- Definition Classes
- CompilerCommand
- def processArguments: (Boolean, List[String])
- Definition Classes
- CompilerCommand
- val settings: GenericRunnerSettings
- Definition Classes
- GenericRunnerCommand → CompilerCommand
- def shortUsage: String
- Definition Classes
- CompilerCommand
- def shortUsageMsg: String
- def shouldProcessArguments: Boolean
- Definition Classes
- GenericRunnerCommand → CompilerCommand
- def shouldStopWithInfo: Boolean
For info settings, compiler should just print a message and quit.
For info settings, compiler should just print a message and quit.
- Definition Classes
- CompilerCommand
- def thingToRun: String
String with either the jar file, class name, or script file name.
- def usageMsg: String
Messages explaining usage and options
Messages explaining usage and options
- Definition Classes
- GenericRunnerCommand → CompilerCommand
- def vusageMsg: String
- Definition Classes
- CompilerCommand
- def wusageMsg: String
- Definition Classes
- CompilerCommand
- def xusageMsg: String
- Definition Classes
- CompilerCommand
- def yusageMsg: String
- Definition Classes
- CompilerCommand
The Scala compiler and reflection APIs.