public interface DisableRequest
Addon.| Modifier and Type | Method and Description |
|---|---|
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. |
void perform()
AddonId in all registered MutableAddonRepository instances.void perform(AddonRepository target)
AddonId in the given MutableAddonRepository instances.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.