Constructor and Description |
---|
Post(@NotNull org.bukkit.plugin.PluginDescriptionFile pluginDescription,
@Nullable KPMInformationFile kpmInfo) |
Pre(@NotNull org.bukkit.plugin.PluginDescriptionFile pluginDescription,
@Nullable KPMInformationFile kpmInfo,
@NotNull org.bukkit.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
@Nullable KPMInformationFile |
KPMInfoManager.getInfo(@NotNull org.bukkit.plugin.Plugin plugin)
プラグインのKPM情報ファイルを取得します。
|
@Nullable KPMInformationFile |
KPMInfoManager.getInfo(@NotNull String pluginName)
プラグインのKPM情報ファイルを取得します。
|
@Nullable KPMInformationFile |
KPMInfoManager.getOrLoadInfo(@NotNull org.bukkit.plugin.Plugin plugin)
プラグインのKPM情報ファイルを取得するか読み込みます。
|
@Nullable KPMInformationFile |
KPMInfoManager.loadInfo(@NotNull Path path,
@NotNull org.bukkit.plugin.PluginDescriptionFile descriptionFile)
KPM情報ファイルを読み込み追加します。
|
Modifier and Type | Method and Description |
---|---|
KPMInformationFile |
DependencyElement.getKpmInfoFile()
依存関係のKPM情報ファイルです。
|
Modifier and Type | Method and Description |
---|---|
@Nullable KPMInformationFile |
KPMInfoManagerImpl.getInfo(@NotNull org.bukkit.plugin.Plugin plugin) |
@Nullable KPMInformationFile |
KPMInfoManagerImpl.getInfo(@NotNull String pluginName) |
@Nullable KPMInformationFile |
KPMInfoManagerImpl.getOrLoadInfo(@NotNull org.bukkit.plugin.Plugin plugin) |
static @NotNull KPMInformationFile |
KPMInfoParser.load(@NotNull KPMRegistry registry,
@NotNull InputStream stream) |
static @NotNull KPMInformationFile |
KPMInfoParser.load(@NotNull KPMRegistry registry,
@NotNull Path jarFile) |
@Nullable KPMInformationFile |
KPMInfoManagerImpl.loadInfo(@NotNull Path path,
@NotNull org.bukkit.plugin.PluginDescriptionFile descriptionFile) |
Constructor and Description |
---|
PluginIncompatibleWithKPMSignal(@NotNull org.bukkit.plugin.PluginDescriptionFile pluginDescription,
@NotNull KPMInformationFile kpmInformation,
@NotNull Version kpmVersion) |
Copyright © 2023. All rights reserved.