public class PluginUninstaller extends AbstractInstaller<UninstallArgument,UnInstallErrorCause,UnInstallTasks>
UnInstallTasks.SEARCHING_PLUGIN
- アンインストール対象のプラグインを検索する。UnInstallTasks.CHECKING_ENVIRONMENT
- 環境が適合しているかどうかをチェックする。UnInstallTasks.COMPUTING_UNINSTALL_ORDER
- アンインストールする順序を、依存関係を考慮して計算する。UnInstallTasks.UNINSTALLING_PLUGINS
- プラグインをアンインストールする。progress, registry, signalHandler
Constructor and Description |
---|
PluginUninstaller(@NotNull KPMRegistry registry,
@NotNull SignalHandleManager signalHandler) |
Modifier and Type | Method and Description |
---|---|
InstallResult<UnInstallTasks> |
execute(@NotNull UninstallArgument argument)
インストーラを実行します。
このメソッドを直接呼び出すことは推奨されておらず、
AbstractInstaller.run(InstallerArgument) を使用してください。 |
error, error, isPluginIgnored, postSignal, run, safeDelete, submitter, success, success
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProgress, getRegistry
public PluginUninstaller(@NotNull @NotNull KPMRegistry registry, @NotNull @NotNull SignalHandleManager signalHandler) throws IOException
IOException
public InstallResult<UnInstallTasks> execute(@NotNull @NotNull UninstallArgument argument) throws TaskFailedException
AbstractInstaller
AbstractInstaller.run(InstallerArgument)
を使用してください。execute
in class AbstractInstaller<UninstallArgument,UnInstallErrorCause,UnInstallTasks>
argument
- インストーラに渡す引数TaskFailedException
- インストールの途中でタスクが失敗した場合AbstractInstaller.run(InstallerArgument)
Copyright © 2023. All rights reserved.