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 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 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.