Modifier and Type | Method and Description |
---|---|
void |
DebugSignalHandler.handleAll(@NotNull InstallProgress<? extends Enum<?>,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,? extends Enum<?>>> installProgress,
Signal signal) |
Modifier and Type | Class and Description |
---|---|
class |
InstallProgressImpl<T extends Enum<T>,I extends PluginInstaller<?,?,T>> |
Modifier and Type | Field and Description |
---|---|
protected InstallProgress<P,PluginInstaller<A,E,P>> |
AbstractInstaller.progress |
Modifier and Type | Method and Description |
---|---|
InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> |
InstallFailedInstallResult.getProgress() |
static <P extends Enum<P>,PI extends PluginInstaller<?,?,P>> |
InstallProgressImpl.of(PI installer,
@NotNull SignalHandleManager signalHandler,
@Nullable String id) |
<A extends InstallerArgument,T extends Enum<T>,I extends PluginInstaller<A,?,T>> |
InstallManagerImpl.runInstallerAsync(I installer,
A arguments,
@Nullable Consumer<InstallResult<T>> onFinished) |
Constructor and Description |
---|
InstallFailedInstallResult(@NotNull InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> progress,
@NotNull Exception exception) |
InstallFailedInstallResult(InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> progress,
T reason) |
InstallFailedInstallResult(@NotNull InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> progress,
T reason,
S taskStatus) |
InstallResultImpl(boolean success,
InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> progress) |
Constructor and Description |
---|
AutoRemoveSucceedResult(InstallProgress<AutoRemoveTasks,PluginInstaller<AutoRemoveArgument,AutoRemoveErrorCause,AutoRemoveTasks>> progress,
UnInstallResult result) |
Constructor and Description |
---|
GarbageCleanSucceedResult(InstallProgress<CleanTasks,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,CleanTasks>> progress,
@NotNull List<Path> deletedFiles,
@NotNull List<Path> deleteFailedFiles) |
Constructor and Description |
---|
PluginUninstallSucceedResult(InstallProgress<UnInstallTasks,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,UnInstallTasks>> progress,
UnInstallResult result) |
Modifier and Type | Method and Description |
---|---|
InstallProgress<P,?> |
InstallResult.getProgress() |
InstallProgress<P,PluginInstaller<A,E,P>> |
PluginInstaller.getProgress() |
<A extends InstallerArgument,T extends Enum<T>,I extends PluginInstaller<A,?,T>> |
InstallManager.runInstallerAsync(I installer,
A arguments,
@Nullable Consumer<InstallResult<T>> onFinished)
インストーラを実行します。
|
Modifier and Type | Field and Description |
---|---|
protected @NotNull InstallProgress<? extends Enum<?>,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,? extends Enum<?>>> |
AbstractInstallTask.progress |
Constructor and Description |
---|
DependsCollectStatusImpl(InstallProgress<? extends Enum<?>,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,? extends Enum<?>>> progress) |
Copyright © 2023. All rights reserved.