public abstract class AbstractInstallOrUninstallAction extends AbstractBean implements InstallAction, UninstallAction
Constructor and Description |
---|
AbstractInstallOrUninstallAction() |
Modifier and Type | Method and Description |
---|---|
void |
init(Context context)
This method is called after the properties have been set
|
boolean |
isRollbackSupported()
This method is called by the framework to determine if the action supports a rollback.
|
void |
rollback(InstallerContext context)
This method is called by the framework to perform a rollback of the install method.
|
replaceVariables, replaceVariables, replaceVariables, replaceVariables, replaceVariables, replaceVariables, replaceVariables, replaceVariables
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
install
uninstall
public void rollback(InstallerContext context)
InstallAction
rollback
in interface InstallAction
context
- the context of the installation.public void init(Context context)
Action
public boolean isRollbackSupported()
InstallAction
isRollbackSupported
in interface InstallAction