public class KPMDaemonMock extends Object implements KPMRegistry
| Constructor and Description |
|---|
KPMDaemonMock(@NotNull KPMEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
AliasProvider |
getAliasProvider()
エイリアスを管理するクラスです。
|
KPMEnvironment |
getEnvironment()
KPM 環境を取得します。
|
HookExecutor |
getHookExecutor()
フックを実行するクラスです。
|
InstallManager |
getInstallManager()
インストールを管理するクラスです。
|
KPMInfoManager |
getKpmInfoManager()
プラグインのKPM情報ファイルを管理するクラスです。
|
PluginLoader |
getPluginLoader()
プラグインをロード/アンロードするためのクラスです。
|
PluginMetaManager |
getPluginMetaManager()
プラグインのメタデータを管理するクラスです。
|
ServerConditionChecker |
getServerConditionChecker()
サーバの状態を取得するクラスです。
|
Version |
getVersion()
デーモンのバージョンを取得します。
|
void |
shutdown()
デーモンを終了します。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogger, getPluginResolver, getTokenStorepublic KPMDaemonMock(@NotNull
@NotNull KPMEnvironment env)
public Version getVersion()
KPMRegistrygetVersion in interface KPMRegistrypublic KPMEnvironment getEnvironment()
KPMRegistrygetEnvironment in interface KPMRegistrypublic AliasProvider getAliasProvider()
KPMRegistrygetAliasProvider in interface KPMRegistrypublic PluginMetaManager getPluginMetaManager()
KPMRegistrygetPluginMetaManager in interface KPMRegistrypublic KPMInfoManager getKpmInfoManager()
KPMRegistrygetKpmInfoManager in interface KPMRegistrypublic HookExecutor getHookExecutor()
KPMRegistrygetHookExecutor in interface KPMRegistrypublic InstallManager getInstallManager()
KPMRegistrygetInstallManager in interface KPMRegistrypublic PluginLoader getPluginLoader()
KPMRegistrygetPluginLoader in interface KPMRegistrypublic ServerConditionChecker getServerConditionChecker()
KPMRegistrygetServerConditionChecker in interface KPMRegistrypublic void shutdown()
KPMRegistryshutdown in interface KPMRegistryCopyright © 2023. All rights reserved.