Uses of Class
edu.umd.cs.findbugs.PropertyBundle
Packages that use PropertyBundle
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 PropertyBundle in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as PropertyBundleMethods in edu.umd.cs.findbugs that return PropertyBundleMethods in edu.umd.cs.findbugs with parameters of type PropertyBundleModifier and TypeMethodDescriptionprivate <T> void
PluginLoader.loadComponentPlugin
(Plugin plugin, Class<T> componentKind, String componentClassname, String filterId, boolean disabled, String description, String details, PropertyBundle properties) Constructors in edu.umd.cs.findbugs with parameters of type PropertyBundleModifierConstructorDescriptionComponentPlugin
(Plugin plugin, String id, ClassLoader classLoader, Class<? extends T> componentClass, PropertyBundle properties, boolean enabledByDefault, String description, String details)