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 PluginMetaPluginUpdateResult. getPlugin()PluginMetaVersionedPluginMeta. 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 PluginUpdateResultPluginUpdateResult. forFailure(PluginMeta plugin, List<String> localizedMessages)static PluginUpdateResultPluginUpdateResult. forFailure(PluginMeta plugin, List<String> localizedMessages, Throwable error)static PluginUpdateResultPluginUpdateResult. forSuccess(PluginMeta plugin, List<String> localizedMessages)static PluginUpdateResultPluginUpdateResult. 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. 
 -