class EnvironmentCommand extends Command
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnvironmentCommand
- Command
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EnvironmentCommand()
Value Members
-
def
execute(): Unit
- Definition Classes
- EnvironmentCommand → Command
- def listConverterNames(): Unit
- def listConverters(names: List[String] = List.empty): Unit
- def listSfts(names: List[String] = List.empty): Unit
- def listSftsNames(): Unit
-
val
name: String
- Definition Classes
- EnvironmentCommand → Command
-
val
params: EnvironmentParameters
- Definition Classes
- EnvironmentCommand → 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