Packages

class NailgunCommand extends CommandWithSubCommands

Note: most of this class is a placeholder for the 'ng' functions implemented in the 'geomesa-*' script, to get it to show up in the JCommander help. The stats command is implemented here

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

Instance Constructors

  1. new NailgunCommand()

Value Members

  1. def execute(): Unit
    Definition Classes
    CommandWithSubCommandsCommand
  2. val name: String
    Definition Classes
    NailgunCommandCommand
  3. val params: NailgunParams
    Definition Classes
    NailgunCommandCommand
  4. def run(): Unit
    Definition Classes
    Command → Runnable
  5. val subCommands: Seq[Command]
    Definition Classes
    NailgunCommandCommand
  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