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