Modifier and Type | Class and Description |
---|---|
class |
AbstractInstaller<A extends InstallerArgument,E extends Enum<E>,P extends Enum<P>>
インストーラの基底クラスです。
|
Modifier and Type | Method and Description |
---|---|
<A extends InstallerArgument,T extends Enum<T>,I extends PluginInstaller<A,?,T>> |
InstallManagerImpl.runInstallerAsync(I installer,
A arguments,
@Nullable Consumer<InstallResult<T>> onFinished) |
Modifier and Type | Method and Description |
---|---|
InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> |
InstallFailedInstallResult.getProgress() |
Constructor and Description |
---|
InstallFailedInstallResult(InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> progress,
T reason) |
InstallResultImpl(boolean success,
InstallProgress<P,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,P>> progress) |
Modifier and Type | Class and Description |
---|---|
class |
AutoRemoveArgument
自動削除の引数を格納するクラスです。
|
Modifier and Type | Class and Description |
---|---|
class |
CleanArgument
不要なデータ削除の引数を格納するクラスです。
|
Constructor and Description |
---|
GarbageCleanSucceedResult(InstallProgress<CleanTasks,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,CleanTasks>> progress,
@NotNull List<Path> deletedFiles,
@NotNull List<Path> deleteFailedFiles) |
Modifier and Type | Class and Description |
---|---|
class |
InstallArgument
インストールの引数を格納するクラスです。
|
Modifier and Type | Class and Description |
---|---|
class |
RegisterArgument
トークン登録の引数を格納するクラスです。
|
Modifier and Type | Class and Description |
---|---|
class |
UninstallArgument
アンインストールの引数を格納するクラスです。
|
Constructor and Description |
---|
PluginUninstallSucceedResult(InstallProgress<UnInstallTasks,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,UnInstallTasks>> progress,
UnInstallResult result) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateArgument
エイリアスのアップデートの引数を格納するクラスです。
|
Modifier and Type | Class and Description |
---|---|
class |
UpgradeArgument
アップグレードの引数を格納するクラスです。
|
Modifier and Type | Interface and Description |
---|---|
interface |
PluginInstaller<A extends InstallerArgument,E extends Enum<E>,P extends Enum<P>>
インストーラの基底クラスです。
|
Modifier and Type | Method and Description |
---|---|
<A extends InstallerArgument,T extends Enum<T>,I extends PluginInstaller<A,?,T>> |
InstallManager.runInstallerAsync(I installer,
A arguments,
@Nullable Consumer<InstallResult<T>> onFinished)
インストーラを実行します。
|
Constructor and Description |
---|
DependsCollectStatusImpl(InstallProgress<? extends Enum<?>,? extends PluginInstaller<? extends InstallerArgument,? extends Enum<?>,? extends Enum<?>>> progress) |
Copyright © 2023. All rights reserved.