| 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(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.
|
Plugin |
PluginLoader.loadPlugin()
Get the Plugin.
|
| Constructor and Description |
|---|
PluginLoader()
Deprecated.
|
PluginLoader(boolean fake,
URL url)
Deprecated.
|
PluginLoader(URL url)
Deprecated.
|
PluginLoader(URL url,
ClassLoader parent)
Deprecated.
|
Copyright © 2003–2015. All rights reserved.