public class ZipInstallerComponent extends Object implements net.thevpc.nuts.NutsInstallerComponent
| Constructor and Description |
|---|
ZipInstallerComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSupportLevel(net.thevpc.nuts.NutsSupportLevelContext<net.thevpc.nuts.NutsDefinition> nutsDefinition) |
void |
install(net.thevpc.nuts.NutsExecutionContext executionContext) |
void |
uninstall(net.thevpc.nuts.NutsExecutionContext executionContext,
boolean deleteData) |
void |
update(net.thevpc.nuts.NutsExecutionContext executionContext) |
public int getSupportLevel(net.thevpc.nuts.NutsSupportLevelContext<net.thevpc.nuts.NutsDefinition> nutsDefinition)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponent<net.thevpc.nuts.NutsDefinition>public void install(net.thevpc.nuts.NutsExecutionContext executionContext)
install in interface net.thevpc.nuts.NutsInstallerComponentpublic void update(net.thevpc.nuts.NutsExecutionContext executionContext)
update in interface net.thevpc.nuts.NutsInstallerComponentpublic void uninstall(net.thevpc.nuts.NutsExecutionContext executionContext,
boolean deleteData)
uninstall in interface net.thevpc.nuts.NutsInstallerComponentCopyright © 2021 vpc open source initiative. All rights reserved.