Forge - Addon Manager API 2.0.0.Alpha4
A D G I O P R 

A

AddonManager - Interface in org.jboss.forge.addon.manager
Responsible for installing, removing, enabling, and disabling AddonId instances in any registered AddonRepository.

D

disable(AddonId) - Method in interface org.jboss.forge.addon.manager.AddonManager
Create a new DisableRequest for the given AddonId.
DisableRequest - Interface in org.jboss.forge.addon.manager
This object is responsible for disabling an Addon.

G

getAddonIdToDisable() - Method in interface org.jboss.forge.addon.manager.DisableRequest
The AddonId to disable.
getAddonIdToRemove() - Method in interface org.jboss.forge.addon.manager.RemoveRequest
The AddonId to remove.
getOptionalAddons() - Method in interface org.jboss.forge.addon.manager.InstallRequest
Returns an unmodifiable list of the required addons
getRequestedAddon() - Method in interface org.jboss.forge.addon.manager.InstallRequest
The requested addon
getRequiredAddons() - Method in interface org.jboss.forge.addon.manager.InstallRequest
Returns an unmodifiable list of the required addons

I

install(AddonId) - Method in interface org.jboss.forge.addon.manager.AddonManager
Create a new InstallRequest for the given AddonId.
InstallRequest - Interface in org.jboss.forge.addon.manager
When an addon is installed, another addons could be required.

O

org.jboss.forge.addon.manager - package org.jboss.forge.addon.manager
 

P

perform() - Method in interface org.jboss.forge.addon.manager.DisableRequest
This will disable the AddonId in all registered MutableAddonRepository instances.
perform(AddonRepository) - Method in interface org.jboss.forge.addon.manager.DisableRequest
This will disable the AddonId in the given MutableAddonRepository instances.
perform() - Method in interface org.jboss.forge.addon.manager.InstallRequest
This will deploy all the required Addon
perform(AddonRepository) - Method in interface org.jboss.forge.addon.manager.InstallRequest
This will deploy all the required addons to the specified AddonRepository
perform() - Method in interface org.jboss.forge.addon.manager.RemoveRequest
This will remove the AddonId from all registered MutableAddonRepository instances.
perform(AddonRepository) - Method in interface org.jboss.forge.addon.manager.RemoveRequest
This will remove the AddonId from the given MutableAddonRepository instances.

R

remove(AddonId) - Method in interface org.jboss.forge.addon.manager.AddonManager
Create a new RemoveRequest for the given AddonId.
RemoveRequest - Interface in org.jboss.forge.addon.manager
This object is responsible for removing an Addon.
A D G I O P R 
Forge - Addon Manager API 2.0.0.Alpha4

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