Uses of Class
de.xima.fc.mdl.plugin.PluginUpdateResult
Packages that use PluginUpdateResult
-
Uses of PluginUpdateResult in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginUpdateResultModifier 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) Methods in de.xima.fc.mdl.plugin that return types with arguments of type PluginUpdateResultModifier and TypeMethodDescriptionScopedPluginUpdateResult.getResults()
Gets the results for all processed plugins of this scope.Method parameters in de.xima.fc.mdl.plugin with type arguments of type PluginUpdateResultModifier and TypeMethodDescriptionstatic ScopedPluginUpdateResult
ScopedPluginUpdateResult.forSuccess
(WorkspaceScope scope, List<PluginUpdateResult> results) Creates a new update result for a successful update of plugins from a workspace scope.