Package | Description |
---|---|
org.kunlab.kpm.interfaces.meta | |
org.kunlab.kpm.meta |
Modifier and Type | Method and Description |
---|---|
List<DependencyNode> |
PluginMetaProvider.getDependedBy(@NotNull String pluginName)
プラグインが依存(depend)されているプラグインのリストを取得します。
|
List<DependencyNode> |
PluginMetaProvider.getDependOn(@NotNull String pluginName)
プラグインが依存(depend)しているプラグインのリストを取得します。
|
List<DependencyNode> |
PluginMetaProvider.getLoadBefore(@NotNull String pluginName)
プラグインを依存(load_before)しているプラグインのリストを取得します。
load_before は特殊な依存で, 依存しているプラグインを先に読み込むようにします。
|
List<DependencyNode> |
PluginMetaProvider.getLoadBeforeBy(@NotNull String pluginName)
プラグインが依存(load_before)されているプラグインのリストを取得します。
load_before は特殊な依存で, 依存しているプラグインを先に読み込むようにします。
|
List<DependencyNode> |
PluginMetaProvider.getSoftDependedBy(@NotNull String pluginName)
プラグインが依存(soft_depend)されているプラグインのリストを取得します。
|
List<DependencyNode> |
PluginMetaProvider.getSoftDependOn(@NotNull String pluginName)
プラグインが依存(soft_depend)しているプラグインのリストを取得します。
|
Modifier and Type | Method and Description |
---|---|
List<DependencyNode> |
PluginMetaProviderImpl.getDependedBy(@NotNull String pluginName) |
List<DependencyNode> |
PluginMetaProviderImpl.getDependOn(@NotNull String pluginName) |
List<DependencyNode> |
PluginMetaProviderImpl.getLoadBefore(@NotNull String pluginName) |
List<DependencyNode> |
PluginMetaProviderImpl.getLoadBeforeBy(@NotNull String pluginName) |
List<DependencyNode> |
PluginMetaProviderImpl.getSoftDependedBy(@NotNull String pluginName) |
List<DependencyNode> |
PluginMetaProviderImpl.getSoftDependOn(@NotNull String pluginName) |
Copyright © 2023. All rights reserved.