Uses of Class
edu.umd.cs.findbugs.PluginException
-
Packages that use PluginException Package Description edu.umd.cs.findbugs 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.findbugs Modifier and Type Class Description class
PluginDoesntContainMetadataException
Methods in edu.umd.cs.findbugs that throw PluginException Modifier and Type Method Description static Plugin
Plugin. addCustomPlugin(java.net.URI u)
static Plugin
Plugin. addCustomPlugin(java.net.URI u, java.lang.ClassLoader parent)
static Plugin
Plugin. addCustomPlugin(java.net.URL u)
static Plugin
Plugin. addCustomPlugin(java.net.URL u, java.lang.ClassLoader parent)
org.dom4j.Document
PluginLoader. getPluginDescriptor()
static PluginLoader
PluginLoader. getPluginLoader(java.net.URL url, java.lang.ClassLoader parent, boolean isInitial, boolean optional)
static Plugin
Plugin. loadCustomPlugin(java.io.File f, Project project)
Loads the given plugin and enables it for the given project.static Plugin
Plugin. loadCustomPlugin(java.net.URL urlString, Project project)
Loads the given plugin and enables it for the given project.Plugin
PluginLoader. loadPlugin()
Get the Plugin.Constructors in edu.umd.cs.findbugs that throw PluginException Constructor Description PluginLoader()
Deprecated.PluginLoader(boolean fake, java.net.URL url)
Deprecated.PluginLoader(java.net.URL url)
Deprecated.PluginLoader(java.net.URL url, java.lang.ClassLoader parent)
Deprecated.
-