public class InstallCommand extends AbstractPluginsCommand
AbstractDynamicCommand.DynamicOption| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_OPTION_NAME |
ARGUMENT_NAME, pmSession| Constructor and Description |
|---|
InstallCommand(PmSession pmSession) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canComplete(PmSession pmSession) |
protected void |
doValidateOptions(PmCommandInvocation invoc) |
protected PmCommandActivator |
getActivator() |
protected org.aesh.command.activator.OptionActivator |
getArgumentActivator() |
protected String |
getDescription() |
protected String |
getId(PmSession session) |
protected Path |
getInstallationHome(org.aesh.readline.AeshContext context) |
protected String |
getName() |
protected List<org.aesh.command.impl.internal.ProcessedOption> |
getOtherOptions() |
protected Set<PluginOption> |
getPluginOptions(FeaturePackLocation loc) |
protected void |
runCommand(PmCommandInvocation session,
Map<String,String> options,
FeaturePackLocation loc) |
getDynamicOptions, getManager, getStaticOptions, isVerbose, runCommandcheckForRequiredOptions, createCommand, execute, getArgumentsValues, getArgumentValue, getOptionValuepublic static final String FILE_OPTION_NAME
public InstallCommand(PmSession pmSession)
protected void runCommand(PmCommandInvocation session, Map<String,String> options, FeaturePackLocation loc) throws CommandExecutionException
runCommand in class AbstractPluginsCommandCommandExecutionExceptionprotected Set<PluginOption> getPluginOptions(FeaturePackLocation loc) throws ProvisioningException
getPluginOptions in class AbstractPluginsCommandProvisioningExceptionprotected String getName()
getName in class AbstractDynamicCommandprotected String getDescription()
getDescription in class AbstractDynamicCommandprotected List<org.aesh.command.impl.internal.ProcessedOption> getOtherOptions() throws org.aesh.command.parser.OptionParserException
getOtherOptions in class AbstractPluginsCommandorg.aesh.command.parser.OptionParserExceptionprotected String getId(PmSession session) throws CommandExecutionException
getId in class AbstractPluginsCommandCommandExecutionExceptionprotected org.aesh.command.activator.OptionActivator getArgumentActivator()
getArgumentActivator in class AbstractPluginsCommandprotected void doValidateOptions(PmCommandInvocation invoc) throws CommandExecutionException
doValidateOptions in class AbstractPluginsCommandCommandExecutionExceptionprotected boolean canComplete(PmSession pmSession)
canComplete in class AbstractDynamicCommandprotected Path getInstallationHome(org.aesh.readline.AeshContext context)
getInstallationHome in class AbstractPluginsCommandprotected PmCommandActivator getActivator()
getActivator in class AbstractDynamicCommandCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.