Modifier and Type | Method and Description |
---|---|
protected abstract InstallResult<P> |
AbstractInstaller.execute(A arguments)
インストーラを実行します。
このメソッドを直接呼び出すことは推奨されておらず、
AbstractInstaller.run(InstallerArgument) を使用してください。 |
Modifier and Type | Method and Description |
---|---|
InstallResult<AutoRemoveTasks> |
PluginAutoRemover.execute(@NotNull AutoRemoveArgument argument) |
Modifier and Type | Method and Description |
---|---|
InstallResult<CleanTasks> |
GarbageCleaner.execute(@NotNull CleanArgument argument) |
Modifier and Type | Method and Description |
---|---|
InstallResult<InstallTasks> |
PluginInstaller.execute(@NotNull InstallArgument argument) |
Modifier and Type | Method and Description |
---|---|
InstallResult<RegisterTasks> |
TokenRegisterer.execute(@NotNull RegisterArgument argument) |
Modifier and Type | Method and Description |
---|---|
InstallResult<UnInstallTasks> |
PluginUninstaller.execute(@NotNull UninstallArgument argument) |
Modifier and Type | Method and Description |
---|---|
InstallResult<UpdateTasks> |
AliasUpdater.execute(@NotNull UpdateArgument argument) |
Modifier and Type | Method and Description |
---|---|
InstallResult<UpgradeTasks> |
PluginUpgrader.execute(@NotNull UpgradeArgument argument) |
Modifier and Type | Method and Description |
---|---|
R |
TaskChain.submitAll(@NotNull TaskArgument argument)
最初のタスクから登録されたタスクを実行していきます。
|
@NotNull TaskResult<?,?> |
TaskChain.submitFromThis(@NotNull TaskArgument argument)
このタスクから登録されたタスクを実行していきます。
|
@NotNull TaskResult<?,?> |
TaskChain.submitFromThis(@NotNull TaskResult<?,?> taskResult)
このタスクから登録されたタスクを実行していきます。
|
Copyright © 2023. All rights reserved.