Uses of Class
edu.umd.cs.findbugs.ComponentPlugin
-
Packages that use ComponentPlugin 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.bugReporter -
-
Uses of ComponentPlugin in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type ComponentPlugin Modifier and Type Field Description private DualKeyHashMap<java.lang.Class<?>,java.lang.String,ComponentPlugin<?>>Plugin. componentPluginsMethods in edu.umd.cs.findbugs that return ComponentPlugin Modifier and Type Method Description <T> ComponentPlugin<T>Plugin. getComponentPlugin(java.lang.Class<T> componentClass, java.lang.String name)Methods in edu.umd.cs.findbugs that return types with arguments of type ComponentPlugin Modifier and Type Method Description <T> java.lang.Iterable<ComponentPlugin<T>>Plugin. getComponentPlugins(java.lang.Class<T> componentClass)Methods in edu.umd.cs.findbugs with parameters of type ComponentPlugin Modifier and Type Method Description (package private) <T> voidPlugin. addComponentPlugin(java.lang.Class<T> componentKind, ComponentPlugin<T> plugin) -
Uses of ComponentPlugin in edu.umd.cs.findbugs.bugReporter
Fields in edu.umd.cs.findbugs.bugReporter declared as ComponentPlugin Modifier and Type Field Description (package private) ComponentPlugin<BugReporterDecorator>BugReporterDecorator. pluginMethods in edu.umd.cs.findbugs.bugReporter with parameters of type ComponentPlugin Modifier and Type Method Description static BugReporterDecoratorBugReporterDecorator. construct(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)Constructors in edu.umd.cs.findbugs.bugReporter with parameters of type ComponentPlugin Constructor Description BugReporterDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)MaxRankDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)SuppressionDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate)
-