public class SimpleDependencyInstaller extends Object implements DependencyInstaller
| Constructor and Description |
|---|
SimpleDependencyInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInitialize(Map<String,Object> context) |
void |
doInstall(Map<String,Object> context) |
void |
doUnInstall(Map<String,Object> context) |
void |
doUpgrade(Map<String,Object> context,
Dependency installed) |
Dependency |
getDependency() |
DependencyInstaller |
onInitialize(CallBack initializeCallBack) |
DependencyInstaller |
onInstall(CallBack callBack) |
DependencyInstaller |
onUninstall(CallBack callBack) |
DependencyInstaller |
onUpgrade(CallBack callBack) |
DependencyInstaller |
setup(Dependency dependency) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetuppublic Dependency getDependency()
public void doUpgrade(Map<String,Object> context, Dependency installed)
public DependencyInstaller setup(Dependency dependency)
setup in interface DependencyInstallerpublic DependencyInstaller onInstall(CallBack callBack)
onInstall in interface DependencyInstallerpublic DependencyInstaller onUpgrade(CallBack callBack)
onUpgrade in interface DependencyInstallerpublic DependencyInstaller onUninstall(CallBack callBack)
onUninstall in interface DependencyInstallerpublic DependencyInstaller onInitialize(CallBack initializeCallBack)
onInitialize in interface DependencyInstallerCopyright © 2016–2021. All rights reserved.