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