Package com.sun.enterprise.admin.cli
Class MultimodeCommand
- java.lang.Object
-
- com.sun.enterprise.admin.cli.CLICommand
-
- com.sun.enterprise.admin.cli.MultimodeCommand
-
- All Implemented Interfaces:
org.glassfish.hk2.api.PostConstruct
@Service(name="multimode") @PerLookup public class MultimodeCommand extends CLICommand
A scaled-down implementation of multi-mode command.- Author:
- केदार(km@dev.java.net), Bill Shannon
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description MultimodeCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intexecuteCommand()Execute the command using the options in options and the operands in operands.protected Collection<org.glassfish.api.admin.CommandModel.ParamModel>usageOptions()In the usage message modify the --printprompt option to have a default based on the --interactive option.protected voidvalidate()The validate method validates 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, 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
-
-
-
-
Method Detail
-
validate
protected void validate() throws org.glassfish.api.admin.CommandException, org.glassfish.api.admin.CommandValidationExceptionThe validate method validates that the type and quantity of parameters and operands matches the requirements for this command. The validate method supplies missing options from the environment.- Overrides:
validatein classCLICommand- Throws:
org.glassfish.api.admin.CommandException- if execution of the command failsorg.glassfish.api.admin.CommandValidationException- if there's something wrong with the options or arguments
-
usageOptions
protected Collection<org.glassfish.api.admin.CommandModel.ParamModel> usageOptions()
In the usage message modify the --printprompt option to have a default based on the --interactive option.- Overrides:
usageOptionsin classCLICommand
-
executeCommand
protected int executeCommand() throws org.glassfish.api.admin.CommandException, org.glassfish.api.admin.CommandValidationExceptionDescription copied from class:CLICommandExecute the command using the options in options and the operands in operands.- Specified by:
executeCommandin classCLICommand- Returns:
- the exit code
- Throws:
org.glassfish.api.admin.CommandException- if execution of the command failsorg.glassfish.api.admin.CommandValidationException- if there's something wrong with the options or arguments
-
-