Package | Description |
---|---|
org.ow2.petals.microkernel.api.extension |
Modifier and Type | Method and Description |
---|---|
void |
InstallationExtension.onInstallation(String installedArchiveFilename)
Callback invoked on installation process to register the installed
archive in the component implementing this interface.
|
void |
InstallationExtension.onInstallationUndo(String installedArchiveFilename)
Callback invoked on cancelation of the installation process to unregister
an installed archive from the component implementing this interface.
|
void |
InstallationExtension.onUninstallation(String uninstalledArchiveFilename)
Callback invoked on uninstallation process to register the uninstalled
archive in the component implementing this interface.
|
void |
InstallationExtension.onUninstallationUndo(String uninstalledArchiveFilename)
Callback invoked on cancelation of the uninstallation process to register
an installed archive from the component implementing this interface.
|
Copyright © 2005-2016 Linagora. All Rights Reserved.