public class InstallManager extends Object
| Constructor and Description |
|---|
InstallManager(@NotNull KPMDaemon daemon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
インストールが進行中かどうかを返します。
|
<A extends AbstractInstallerArgument,T extends Enum<T>,I extends AbstractInstaller<A,?,T>> |
runInstallerAsync(I installer,
A arguments)
インストーラを実行します。
|
public InstallManager(@NotNull
@NotNull KPMDaemon daemon)
public boolean isRunning()
public <A extends AbstractInstallerArgument,T extends Enum<T>,I extends AbstractInstaller<A,?,T>> InstallProgress<T,I> runInstallerAsync(@NotNull I installer, @NotNull A arguments)
A - インストーラの引数の型T - インストールのタスクの型I - インストーラの型installer - インストーラarguments - インストーラに渡す引数Copyright © 2023. All rights reserved.