Forge - Addon Manager - Impl 2.0.0.Alpha3

org.jboss.forge.addon.manager.impl.commands
Class AddonRemoveCommand

java.lang.Object
  extended by org.jboss.forge.addon.manager.impl.commands.AddonRemoveCommand
All Implemented Interfaces:
AddonCommandConstants, UICommand

public class AddonRemoveCommand
extends Object
implements UICommand, AddonCommandConstants


Field Summary
 
Fields inherited from interface org.jboss.forge.addon.manager.impl.commands.AddonCommandConstants
ADDON_INSTALL_COMMAND_DESCRIPTION, ADDON_INSTALL_COMMAND_NAME, ADDON_REMOVE_COMMAND_DESCRIPTION, ADDON_REMOVE_COMMAND_NAME
 
Constructor Summary
AddonRemoveCommand()
           
 
Method Summary
 Result execute(UIContext context)
           
 UICommandMetadata getMetadata()
           
 void initializeUI(UIBuilder builder)
           
 boolean isEnabled(UIContext context)
           
 void validate(UIValidationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddonRemoveCommand

public AddonRemoveCommand()
Method Detail

isEnabled

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

getMetadata

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

initializeUI

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

validate

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

execute

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

Forge - Addon Manager - Impl 2.0.0.Alpha3

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