com.sun.enterprise.admin.cli
Class ListCommandsCommand
java.lang.Object
com.sun.enterprise.admin.cli.CLICommand
com.sun.enterprise.admin.cli.ListCommandsCommand
- All Implemented Interfaces:
- org.glassfish.hk2.PostConstruct
@Service(name="list-commands")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class ListCommandsCommand
- extends CLICommand
A local list-commands command.
- Author:
- bnevins, Bill Shannon
| Fields inherited from class com.sun.enterprise.admin.cli.CLICommand |
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING |
|
Method Summary |
int |
executeCommand()
Execute the command using the options in options and the
operands in operands. |
protected void |
validate()
The validate method can be used by a subclass to validate
that the type and quantity of parameters and operands matches
the requirements for this command. |
| Methods inherited from class com.sun.enterprise.admin.cli.CLICommand |
checkHelp, execute, getBooleanOption, getBriefCommandUsage, getCommand, getCommandUsage, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions |
ListCommandsCommand
public ListCommandsCommand()
validate
protected void validate()
throws CommandException,
CommandValidationException
- Description copied from class:
CLICommand
- The validate method can be used by a subclass to validate
that the type and quantity of parameters and operands matches
the requirements for this command.
- Overrides:
validate in class CLICommand
- Throws:
CommandException - if execution of the command fails
CommandValidationException - if there's something wrong
with the options or arguments
executeCommand
public int executeCommand()
throws CommandException,
CommandValidationException
- Description copied from class:
CLICommand
- Execute the command using the options in options and the
operands in operands.
- Specified by:
executeCommand in class CLICommand
- Returns:
- the exit code
- Throws:
CommandException - if execution of the command fails
CommandValidationException - if there's something wrong
with the options or arguments
Copyright © 2012. All Rights Reserved.