| 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.
|
| edu.umd.cs.findbugs.plan | |
| edu.umd.cs.findbugs.updates |
| Modifier and Type | Field and Description |
|---|---|
protected Plugin |
ComponentPlugin.plugin |
| 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) |
static Plugin |
Plugin.getByPluginId(String name) |
Plugin |
DetectorFactoryCollection.getCorePlugin() |
Plugin |
GlobalOptions.getGlobalOptionSetter(String key) |
Plugin |
DetectorFactoryCollection.getGlobalOptionSetter(String key) |
Plugin |
Plugin.getParentPlugin() |
Plugin |
PluginLoader.getPlugin() |
Plugin |
DetectorFactory.getPlugin()
Get the Plugin that this Detector is part of.
|
Plugin |
ComponentPlugin.getPlugin() |
Plugin |
DetectorFactoryCollection.getPluginById(String pluginId)
Get a Plugin by its unique id.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Plugin> |
Plugin.getAllPlugins() |
static Map<URI,Plugin> |
Plugin.getAllPluginsMap() |
Iterator<Plugin> |
DetectorFactoryCollection.pluginIterator()
Return an Iterator over all available Plugin objects.
|
Collection<Plugin> |
DetectorFactoryCollection.plugins()
Return an Collection of all available Plugin objects.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
Project.getPluginStatus(Plugin plugin) |
static void |
Plugin.removeCustomPlugin(Plugin plugin) |
| Constructor and Description |
|---|
ComponentPlugin(Plugin plugin,
String id,
ClassLoader classLoader,
Class<? extends T> componentClass,
PropertyBundle properties,
boolean enabledByDefault,
String description,
String details) |
DetectorFactory(Plugin plugin,
String className,
Class<?> detectorClass,
boolean enabled,
String speed,
String reports,
String requireJRE)
Constructor.
|
DetectorFactoryCollection(Plugin onlyPlugin) |
| Constructor and Description |
|---|
DetectorFactoryCollection(Collection<Plugin> enabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionPlan.addPlugin(Plugin plugin)
Add a Plugin whose Detectors should be added to the execution plan.
|
| Constructor and Description |
|---|
ByInterfaceDetectorFactorySelector(Plugin plugin,
Class<?> detectorInterface) |
ReportingDetectorFactorySelector(Plugin plugin)
Constructor.
|
SingleDetectorFactorySelector(Plugin plugin,
String className) |
| Modifier and Type | Method and Description |
|---|---|
Plugin |
UpdateChecker.PluginUpdate.getPlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateChecker.actuallyCheckforUpdates(URI url,
Collection<Plugin> plugins,
String entryPoint)
protected for testing
|
void |
UpdateChecker.checkForUpdates(Collection<Plugin> plugins,
boolean force) |
protected void |
UpdateChecker.writeXml(OutputStream out,
Collection<Plugin> plugins,
String entryPoint,
boolean finish)
protected for testing
|
Copyright © 2003–2015. All rights reserved.