| Modifier and Type | Method and Description | 
|---|---|
static void | 
Utils.printInstallStatistics(net.kunmc.lab.peyangpaperutils.lib.terminal.Terminal terminal,
                      InstallResult<? extends Enum<?>> result)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InstallFailedInstallResult<P extends Enum<P>,T extends Enum<T>,S extends Enum<S>>
インストールに失敗したことを表すインストール結果です。 
 | 
class  | 
InstallResultImpl<P extends Enum<P>>  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract InstallResult<P> | 
AbstractInstaller.execute(A arguments)
インストーラを実行します。
 このメソッドを直接呼び出すことは推奨されておらず、 
AbstractInstaller.run(InstallerArgument)を使用してください。 | 
InstallResult<P> | 
AbstractInstaller.run(A arguments)
インストーラを実行します。
 このメソッドは、内部で 
AbstractInstaller.execute(InstallerArgument)を呼び出します。 | 
protected @NotNull InstallResult<P> | 
AbstractInstaller.success()
インストールが成功したときの後始末を行います。 
 | 
protected @NotNull InstallResult<P> | 
AbstractInstaller.success(InstallResult<P> customResult)
インストールが失敗したときの後始末を引数を指定して行います。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected @NotNull InstallResult<P> | 
AbstractInstaller.success(InstallResult<P> customResult)
インストールが失敗したときの後始末を引数を指定して行います。 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AutoRemoveSucceedResult
プラグインのアンインストールの結果を表すクラスです。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InstallResult<AutoRemoveTasks> | 
PluginAutoRemover.execute(@NotNull AutoRemoveArgument argument)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GarbageCleanSucceedResult
不要なデータの削除に成功したことを表す結果です。 
 | 
| 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 | Class and Description | 
|---|---|
class  | 
PluginUninstallSucceedResult
プラグインのアンインストールの結果を表すクラスです。 
 | 
| 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 | 
|---|---|
InstallResult<P> | 
PluginInstaller.run(A arguments)
インストーラを実行します。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AutoRemoveFinishedSignalHandler.onSuccess(InstallResult<? extends Enum<?>> result)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
GarbageCleanFinishedSignalHandler.onSuccess(InstallResult<? extends Enum<?>> result)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
InstallFinishedSignalBase.onSuccess(InstallResult<? extends Enum<?>> result)
インストールが成功したときに呼び出されます。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
InstallFinishedSignalHandler.onSuccess(InstallResult<? extends Enum<?>> result)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
TokenRegisterSignalHandler.onSuccess(InstallResult<? extends Enum<?>> result)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
UninstallFinishedSignalHandler.onSuccess(InstallResult<? extends Enum<?>> result)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
UpgradeFinishedSignalHandler.onSuccess(InstallResult<? extends Enum<?>> result)  | 
Copyright © 2023. All rights reserved.