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 TypeClassDescriptionclassNo matching account was found remotely.classclassThe digests of the downloaded file and its listing do not match.classAn artifact which is listed as being available remotely, so should be available, is not.classclassA plugin is not compatible with the core software.classclassA plugin was not found remotely.classclassMethods in is.galia.plugin that throw PluginExceptionModifier and TypeMethodDescriptionvoidPluginRemover.backupPlugin(String pluginName) voidPluginInstaller.installPlugin(String pluginName) Installs the plugin with the given name from the artifact repository.voidPluginInstaller.installPlugin(String pluginName, String version) Installs a particular version of a plugin from:voidPluginRemover.removePlugin(String pluginName) Deletes the plugin with the given name from the plugins directory.voidPluginUpdater.updatePlugin(String pluginName) Updates the plugin with the given name to the latest compatible version.voidPluginUpdater.updatePlugins()Updates all plugins to their latest compatible version.