Packages

class ScalaConsoleCommand extends Command

Note: this class is a placeholder for the 'scala-console' function implemented in the 'common-functions' script, to get it to show up in the JCommander help

Linear Supertypes
Command, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaConsoleCommand
  2. Command
  3. Runnable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaConsoleCommand()

Value Members

  1. def execute(): Unit
    Definition Classes
    ScalaConsoleCommandCommand
  2. val name: String
    Definition Classes
    ScalaConsoleCommandCommand
  3. val params: ConsoleParameters
    Definition Classes
    ScalaConsoleCommandCommand
  4. def run(): Unit
    Definition Classes
    Command → Runnable
  5. def subCommands: Seq[Command]
    Definition Classes
    Command
  6. def validate(): Option[ParameterException]

    Opportunity for the command to perform complex validation across param values (e.g.

    Opportunity for the command to perform complex validation across param values (e.g. check exclusive args, etc)

    returns

    parameter exception if validation fails

    Definition Classes
    Command