public class ManCommand extends Object implements UICommand, org.jboss.aesh.complete.Completion
| Constructor and Description |
|---|
ManCommand(AddonRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(org.jboss.aesh.complete.CompleteOperation completeOperation) |
Result |
execute(UIContext context) |
UICommandMetadata |
getMetadata() |
void |
initializeUI(UIBuilder builder) |
boolean |
isEnabled(UIContext context) |
void |
validate(UIValidationContext validator) |
@Inject public ManCommand(AddonRegistry registry)
public UICommandMetadata getMetadata()
getMetadata in interface UICommandpublic boolean isEnabled(UIContext context)
public void initializeUI(UIBuilder builder) throws Exception
initializeUI in interface UICommandExceptionpublic void validate(UIValidationContext validator)
public void complete(org.jboss.aesh.complete.CompleteOperation completeOperation)
complete in interface org.jboss.aesh.complete.CompletionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.