Package | Description |
---|---|
org.kunlab.kpm.installer.impls.uninstall |
Modifier and Type | Method and Description |
---|---|
static UnInstallTasks |
UnInstallTasks.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnInstallTasks[] |
UnInstallTasks.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstallResult<UnInstallTasks> |
PluginUninstaller.execute(@NotNull UninstallArgument argument) |
Constructor and Description |
---|
PluginUninstallSucceedResult(InstallProgress<UnInstallTasks,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,UnInstallTasks>> progress,
UnInstallResult result) |
PluginUninstallSucceedResult(InstallProgress<UnInstallTasks,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,UnInstallTasks>> progress,
UnInstallResult result) |
Copyright © 2023. All rights reserved.