@Service(name="multimode") @PerLookup public class MultimodeCommand extends CLICommand
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING
Constructor and Description |
---|
MultimodeCommand() |
Modifier and Type | Method and Description |
---|---|
protected int |
executeCommand()
Execute the command using the options in options and the
operands in operands.
|
protected Collection<CommandModel.ParamModel> |
usageOptions()
In the usage message modify the --printprompt option to have a default
based on the --interactive option.
|
protected void |
validate()
The validate method validates that the type and quantity of parameters
and operands matches the requirements for this command.
|
checkHelp, execute, expandManPage, getBooleanOption, getBriefCommandUsage, getCommand, getCommand, getCommandScope, getCommandUsage, getManPage, getName, getOperandModel, getOption, getOptions, getPassword, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, setCommandScope, toString
protected void validate() throws CommandException, CommandValidationException
validate
in class CLICommand
CommandException
CommandValidationException
protected Collection<CommandModel.ParamModel> usageOptions()
usageOptions
in class CLICommand
protected int executeCommand() throws CommandException, CommandValidationException
CLICommand
executeCommand
in class CLICommand
CommandException
- if execution of the command failsCommandValidationException
- if there's something wrong
with the options or argumentsCopyright © 2018. All rights reserved.