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,
@Nullable Consumer<InstallResult<T>> onFinished)
インストーラを実行します。
|
boolean isRunning()
<A extends InstallerArgument,T extends Enum<T>,I extends PluginInstaller<A,?,T>> InstallProgress<T,I> runInstallerAsync(@NotNull I installer, @NotNull A arguments, @Nullable @Nullable Consumer<InstallResult<T>> onFinished)
A
- インストーラの引数の型T
- インストールのタスクの型I
- インストーラの型installer
- インストーラarguments
- インストーラに渡す引数onFinished
- インストールが終了したときに呼び出されるコールバックCopyright © 2023. All rights reserved.