Uses of Class
is.galia.plugin.PluginException
Packages that use PluginException
Package
Description
Contains classes related to local plugin management, as well as the
main plugin interface,
Plugin
.-
Uses of PluginException in is.galia.plugin
Subclasses of PluginException in is.galia.pluginModifier and TypeClassDescriptionclass
No matching account was found remotely.class
class
The digests of the downloaded file and its listing do not match.class
An artifact which is listed as being available remotely, so should be available, is not.class
class
A plugin is not compatible with the core software.class
class
A plugin was not found remotely.class
class
Methods in is.galia.plugin that throw PluginExceptionModifier and TypeMethodDescriptionvoid
PluginRemover.backupPlugin
(String pluginName) void
PluginInstaller.installPlugin
(String pluginName) Installs the plugin with the given name from the artifact repository.void
PluginInstaller.installPlugin
(String pluginName, String version) Installs a particular version of a plugin from:void
PluginRemover.removePlugin
(String pluginName) Deletes the plugin with the given name from the plugins directory.void
PluginUpdater.updatePlugin
(String pluginName) Updates the plugin with the given name to the latest compatible version.void
PluginUpdater.updatePlugins()
Updates all plugins to their latest compatible version.