@Vetoed public class AeshUICommand extends Object implements org.jboss.forge.addon.ui.command.UICommand
CommandExecutionListener objects are
fired| Constructor and Description |
|---|
AeshUICommand(org.jboss.aesh.console.command.container.CommandContainer container) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.forge.addon.ui.result.Result |
execute(org.jboss.forge.addon.ui.context.UIExecutionContext context) |
org.jboss.aesh.cl.parser.CommandLineParser |
getCommandLineParser() |
org.jboss.forge.addon.ui.metadata.UICommandMetadata |
getMetadata(org.jboss.forge.addon.ui.context.UIContext context) |
void |
initializeUI(org.jboss.forge.addon.ui.context.UIBuilder builder) |
boolean |
isEnabled(org.jboss.forge.addon.ui.context.UIContext context) |
void |
validate(org.jboss.forge.addon.ui.context.UIValidationContext context) |
public AeshUICommand(org.jboss.aesh.console.command.container.CommandContainer container)
public void validate(org.jboss.forge.addon.ui.context.UIValidationContext context)
validate in interface org.jboss.forge.addon.ui.command.UICommandpublic org.jboss.forge.addon.ui.metadata.UICommandMetadata getMetadata(org.jboss.forge.addon.ui.context.UIContext context)
getMetadata in interface org.jboss.forge.addon.ui.command.UICommandpublic boolean isEnabled(org.jboss.forge.addon.ui.context.UIContext context)
isEnabled in interface org.jboss.forge.addon.ui.command.UICommandpublic void initializeUI(org.jboss.forge.addon.ui.context.UIBuilder builder)
throws Exception
initializeUI in interface org.jboss.forge.addon.ui.command.UICommandExceptionpublic org.jboss.forge.addon.ui.result.Result execute(org.jboss.forge.addon.ui.context.UIExecutionContext context)
throws Exception
execute in interface org.jboss.forge.addon.ui.command.UICommandExceptionpublic org.jboss.aesh.cl.parser.CommandLineParser getCommandLineParser()
Copyright © 2014 JBoss by Red Hat. All rights reserved.