Uses of Class
de.xima.fc.mdl.plugin.PluginMeta
-
Packages that use PluginMeta Package Description de.xima.fc.mdl.plugin -
-
Uses of PluginMeta in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginMeta Modifier and Type Method Description PluginMeta
PluginUpdateResult. getPlugin()
PluginMeta
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 PluginMeta Modifier and Type Method Description List<PluginMeta>
PluginGroupMeta. getPlugins()
Methods in de.xima.fc.mdl.plugin with parameters of type PluginMeta Modifier and Type Method Description static 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 PluginMeta Constructor Description VersionedPluginMeta(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 PluginMeta Constructor Description PluginGroupMeta(String pluginKey, List<PluginMeta> plugins)
Creates a new group with the given data.
-