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.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginDoesntContainMetadataException |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.