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