public interface RemoveRequest
Addon.| Modifier and Type | Method and Description |
|---|---|
AddonId |
getAddonIdToRemove()
The
AddonId to remove. |
void |
perform()
This will remove the
AddonId from all registered MutableAddonRepository instances. |
void |
perform(AddonRepository target)
This will remove the
AddonId from the given MutableAddonRepository instances. |
void perform()
AddonId from all registered MutableAddonRepository instances.void perform(AddonRepository target)
AddonId from the given MutableAddonRepository instances.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.