|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
void |
installModule(String name,
boolean dependencies)
Install named module into ModuleRegistry and ensure that; any current PackagingConsumers are notified of the new module, and any new PackagingConsumers are added to the list of interested notification recipients. |
void |
installModule(UnitIdentifier module,
boolean dependencies)
Install identified module into ModuleRegistry and ensure that; any current PackagingConsumers are notified of the new module, and any new PackagingConsumers are added to the list of interested notification recipients. |
void |
unInstallModule(String name,
boolean dependencies)
Uninstall identified module from ModuleRegistry and ensure that; any current PackagingConsumers are notified of the removed module, and any removed PackagingConsumers are removed from the list of interested notification recipients. |
void |
unInstallModule(UnitIdentifier module,
boolean dependencies)
Uninstall named module from ModuleRegistry and ensure that; any current PackagingConsumers are notified of the removed module, and any removed PackagingConsumers are removed from the list of interested notification recipients. |
Method Detail |
public void installModule(String name, boolean dependencies) throws WTException
name
- dependencies
-
WTException
public void installModule(UnitIdentifier module, boolean dependencies) throws WTException
module
- dependencies
-
WTException
public void unInstallModule(String name, boolean dependencies) throws WTException
name
- dependencies
-
WTException
public void unInstallModule(UnitIdentifier module, boolean dependencies) throws WTException
module
- dependencies
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |