Forge - Addon Manager API 2.0.0.Alpha3

org.jboss.forge.addon.manager
Interface DisableRequest


public interface DisableRequest

This object is responsible for disabling an Addon.

Author:
Lincoln Baxter, III

Method Summary
 AddonId getAddonIdToDisable()
          The AddonId to disable.
 void perform()
          This will disable the AddonId in all registered MutableAddonRepository instances.
 void perform(AddonRepository target)
          This will disable the AddonId in the given MutableAddonRepository instances.
 

Method Detail

getAddonIdToDisable

AddonId getAddonIdToDisable()
The AddonId to disable.


perform

void perform()
This will disable the AddonId in all registered MutableAddonRepository instances.


perform

void perform(AddonRepository target)
This will disable the AddonId in the given MutableAddonRepository instances.


Forge - Addon Manager API 2.0.0.Alpha3

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