Uses of Class
edu.umd.cs.findbugs.Plugin
Packages that use Plugin
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 Plugin in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as PluginMethods in edu.umd.cs.findbugs that return PluginModifier 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) static Plugin
Plugin.getByPluginId
(String name) DetectorFactoryCollection.getCorePlugin()
DetectorFactoryCollection.getGlobalOptionSetter
(String key) GlobalOptions.getGlobalOptionSetter
(String key) Plugin.getParentPlugin()
ComponentPlugin.getPlugin()
DetectorFactory.getPlugin()
Get the Plugin that this Detector is part of.PluginLoader.getPlugin()
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.PluginLoader.loadPlugin()
Get the Plugin.Methods in edu.umd.cs.findbugs that return types with arguments of type PluginModifier and TypeMethodDescriptionstatic Collection
<Plugin> Plugin.getAllPlugins()
Plugin.getAllPluginsMap()
DetectorFactoryCollection.pluginIterator()
Return an Iterator over all available Plugin objects.DetectorFactoryCollection.plugins()
Return an Collection of all available Plugin objects.Methods in edu.umd.cs.findbugs with parameters of type PluginModifier and TypeMethodDescriptionProject.getPluginStatus
(Plugin plugin) static void
Plugin.removeCustomPlugin
(Plugin plugin) Constructors in edu.umd.cs.findbugs with parameters of type PluginModifierConstructorDescriptionComponentPlugin
(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.protected
DetectorFactoryCollection
(Plugin onlyPlugin) Constructor parameters in edu.umd.cs.findbugs with type arguments of type Plugin -
Uses of Plugin in edu.umd.cs.findbugs.plan
Methods in edu.umd.cs.findbugs.plan with parameters of type PluginModifier and TypeMethodDescriptionvoid
Add a Plugin whose Detectors should be added to the execution plan.Constructors in edu.umd.cs.findbugs.plan with parameters of type PluginModifierConstructorDescriptionByInterfaceDetectorFactorySelector
(Plugin plugin, Class<?> detectorInterface) Constructor.SingleDetectorFactorySelector
(Plugin plugin, String className) -
Uses of Plugin in edu.umd.cs.findbugs.updates
Methods in edu.umd.cs.findbugs.updates that return PluginMethod parameters in edu.umd.cs.findbugs.updates with type arguments of type PluginModifier and TypeMethodDescriptionprotected void
UpdateChecker.actuallyCheckforUpdates
(URI url, Collection<Plugin> plugins, String entryPoint) protected for testingvoid
UpdateChecker.checkForUpdates
(Collection<Plugin> plugins, boolean force) protected final void
UpdateChecker.writeXml
(OutputStream out, Collection<Plugin> plugins, String entryPoint, boolean finish) protected for testing