Packages

class GenericRunnerCommand extends CompilerCommand

A command for ScriptRunner

Source
GenericRunnerCommand.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericRunnerCommand
  2. CompilerCommand
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericRunnerCommand(args: List[String])
  2. new GenericRunnerCommand(args: List[String], error: (String) ⇒ Unit)
  3. new GenericRunnerCommand(args: List[String], settings: GenericRunnerSettings)

Type Members

  1. type Setting = Settings.Setting
    Definition Classes
    CompilerCommand

Value Members

  1. def arguments: collection.immutable.List[String]

    Arguments to thingToRun.

  2. def cmdDesc: String

    A descriptive alias for version and help messages.

    A descriptive alias for version and help messages.

    Definition Classes
    GenericRunnerCommandCompilerCommand
  3. def cmdName: String

    The name of the command.

    The name of the command.

    Definition Classes
    GenericRunnerCommandCompilerCommand
  4. def compCmdName: String
  5. def createUsageMsg(label: String, shouldExplain: Boolean, cond: (Setting) ⇒ Boolean): String
    Definition Classes
    CompilerCommand
  6. def createUsageMsg(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
  7. 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
  8. def files: List[String]
    Definition Classes
    CompilerCommand
  9. def getInfoMessage(global: Global): String
    Definition Classes
    CompilerCommand
  10. val howToRun: HowToRun
  11. def ok: Boolean
    Definition Classes
    GenericRunnerCommandCompilerCommand
  12. def processArguments: (Boolean, List[String])
    Definition Classes
    CompilerCommand
  13. val settings: GenericRunnerSettings
    Definition Classes
    GenericRunnerCommandCompilerCommand
  14. def shortUsage: String
    Definition Classes
    CompilerCommand
  15. def shortUsageMsg: String
  16. def shouldProcessArguments: Boolean
    Definition Classes
    GenericRunnerCommandCompilerCommand
  17. 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
  18. def thingToRun: String

    String with either the jar file, class name, or script file name.

  19. def usageMsg: String

    Messages explaining usage and options

    Messages explaining usage and options

    Definition Classes
    GenericRunnerCommandCompilerCommand
  20. def xusageMsg: String
    Definition Classes
    CompilerCommand
  21. def yusageMsg: String
    Definition Classes
    CompilerCommand