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 PluginPlugin.addCustomPlugin(URI u) static PluginPlugin.addCustomPlugin(URI u, ClassLoader parent) static PluginPlugin.addCustomPlugin(URL u) static PluginPlugin.addCustomPlugin(URL u, ClassLoader parent) static PluginPlugin.getByPluginId(String name) DetectorFactoryCollection.getCorePlugin()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 PluginPlugin.loadCustomPlugin(File f, Project project) Loads the given plugin and enables it for the given project.static PluginPlugin.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 voidPlugin.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.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 TypeMethodDescriptionvoidAdd 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)