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
Ordering
- Alphabetic
- By Inheritance
Inherited
- NailgunCommand
- CommandWithSubCommands
- Command
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NailgunCommand()
Value Members
-
def
execute(): Unit
- Definition Classes
- CommandWithSubCommands → Command
-
val
name: String
- Definition Classes
- NailgunCommand → Command
-
val
params: NailgunParams
- Definition Classes
- NailgunCommand → Command
-
def
run(): Unit
- Definition Classes
- Command → Runnable
-
val
subCommands: Seq[Command]
- Definition Classes
- NailgunCommand → Command
-
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