Uses of Class
edu.umd.cs.findbugs.PluginException
Packages that use PluginException
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of PluginException in edu.umd.cs.findbugs
Subclasses of PluginException in edu.umd.cs.findbugsMethods in edu.umd.cs.findbugs that throw PluginExceptionModifier and TypeMethodDescriptionstatic Plugin
Plugin.addCustomPlugin
(URI u) static Plugin
Plugin.addCustomPlugin
(URI u, ClassLoader parent) static Plugin
Plugin.addCustomPlugin
(URL u) static Plugin
Plugin.addCustomPlugin
(URL u, ClassLoader parent) org.dom4j.Document
PluginLoader.getPluginDescriptor()
static PluginLoader
PluginLoader.getPluginLoader
(URL url, ClassLoader parent, boolean isInitial, boolean optional) static Plugin
Plugin.loadCustomPlugin
(File f, Project project) Loads the given plugin and enables it for the given project.static Plugin
Plugin.loadCustomPlugin
(URL urlString, Project project) Loads the given plugin and enables it for the given project.PluginLoader.loadPlugin()
Get the Plugin.Constructors in edu.umd.cs.findbugs that throw PluginExceptionModifierConstructorDescriptionDeprecated.PluginLoader
(boolean fake, URL url) Deprecated.PluginLoader
(URL url) Deprecated.PluginLoader
(URL url, ClassLoader parent) Deprecated.
PluginLoader(URL,URI,ClassLoader,boolean,boolean)
instead