| Modifier and Type | Method and Description |
|---|---|
void |
DebugSignalHandler.handleAll(@NotNull InstallProgress<?,?> installProgress,
Signal signal) |
| Modifier and Type | Field and Description |
|---|---|
protected InstallProgress<P,AbstractInstaller<A,E,P>> |
AbstractInstaller.progress |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Enum<P>,PI extends AbstractInstaller<?,?,P>> |
InstallProgress.of(PI installer,
@NotNull SignalHandleManager signalHandler,
@Nullable String id)
このインスタンスを取得します。
|
<A extends AbstractInstallerArgument,T extends Enum<T>,I extends AbstractInstaller<A,?,T>> |
InstallManager.runInstallerAsync(I installer,
A arguments)
インストーラを実行します。
|
| Constructor and Description |
|---|
InstallFailedInstallResult(@NotNull InstallProgress<P,?> progress,
@NotNull Exception exception) |
InstallFailedInstallResult(InstallProgress<P,?> progress,
T reason) |
InstallFailedInstallResult(@NotNull InstallProgress<P,?> progress,
T reason,
S taskStatus) |
InstallResult(boolean success,
InstallProgress<P,?> progress) |
| Constructor and Description |
|---|
AutoRemoveSucceedResult(InstallProgress<AutoRemoveTasks,?> progress,
UnInstallResult result) |
| Constructor and Description |
|---|
GarbageCleanSucceedResult(InstallProgress<CleanTasks,?> progress,
@NotNull List<Path> deletedFiles,
@NotNull List<Path> deleteFailedFiles) |
| Constructor and Description |
|---|
PluginUninstallSucceedResult(InstallProgress<UnInstallTasks,?> progress,
UnInstallResult result) |
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull InstallProgress<?,?> |
InstallTask.progress
インストールごとに生成される、インストール進捗状況です。
|
| Constructor and Description |
|---|
DependsCollectStatus(InstallProgress<?,?> progress)
このクラスのインスタンスを生成します。
|
Copyright © 2023. All rights reserved.