Uses of Class
de.xima.fc.mdl.plugin.PluginMeta
Packages that use PluginMeta
-
Uses of PluginMeta in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginMetaModifier and TypeMethodDescriptionPluginUpdateResult.getPlugin()
VersionedPluginMeta.getPluginMeta()
Gets the base meta data with the ID and key.Methods in de.xima.fc.mdl.plugin that return types with arguments of type PluginMetaMethods in de.xima.fc.mdl.plugin with parameters of type PluginMetaModifier and TypeMethodDescriptionstatic PluginUpdateResult
PluginUpdateResult.forFailure
(PluginMeta plugin, List<String> localizedMessages) static PluginUpdateResult
PluginUpdateResult.forFailure
(PluginMeta plugin, List<String> localizedMessages, Throwable error) static PluginUpdateResult
PluginUpdateResult.forSuccess
(PluginMeta plugin, List<String> localizedMessages) static PluginUpdateResult
PluginUpdateResult.forUpToDate
(PluginMeta plugin, List<String> localizedMessages) Constructors in de.xima.fc.mdl.plugin with parameters of type PluginMetaModifierConstructorDescriptionVersionedPluginMeta
(PluginMeta pluginMeta, String version) Creates a new POJO with the given data.Constructor parameters in de.xima.fc.mdl.plugin with type arguments of type PluginMetaModifierConstructorDescriptionPluginGroupMeta
(String pluginKey, List<PluginMeta> plugins) Creates a new group with the given data.