Forge - Aesh Addon Impl 2.0.0.Alpha3

org.jboss.forge.aesh.commands
Class ManCommand

java.lang.Object
  extended by org.jboss.forge.aesh.commands.ManCommand
All Implemented Interfaces:
org.jboss.aesh.complete.Completion, UICommand

public class ManCommand
extends Object
implements UICommand, org.jboss.aesh.complete.Completion

Author:
Ståle W. Pedersen

Constructor Summary
ManCommand(AddonRegistry registry)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManCommand

@Inject
public ManCommand(AddonRegistry registry)
Method Detail

getMetadata

public UICommandMetadata getMetadata()
Specified by:
getMetadata in interface UICommand

isEnabled

public boolean isEnabled(UIContext context)
Specified by:
isEnabled in interface UICommand

initializeUI

public void initializeUI(UIBuilder builder)
                  throws Exception
Specified by:
initializeUI in interface UICommand
Throws:
Exception

validate

public void validate(UIValidationContext validator)
Specified by:
validate in interface UICommand

execute

public Result execute(UIContext context)
               throws Exception
Specified by:
execute in interface UICommand
Throws:
Exception

complete

public void complete(org.jboss.aesh.complete.CompleteOperation completeOperation)
Specified by:
complete in interface org.jboss.aesh.complete.Completion

Forge - Aesh Addon Impl 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.