Uses of Class
edu.umd.cs.findbugs.PropertyBundle
-
Packages that use PropertyBundle 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. -
-
Uses of PropertyBundle in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as PropertyBundle Modifier and Type Field Description protected PropertyBundle
ComponentPlugin. properties
Methods in edu.umd.cs.findbugs that return PropertyBundle Modifier and Type Method Description PropertyBundle
PropertyBundle. copy()
PropertyBundle
ComponentPlugin. getProperties()
Methods in edu.umd.cs.findbugs with parameters of type PropertyBundle Modifier and Type Method Description private <T> void
PluginLoader. loadComponentPlugin(Plugin plugin, java.lang.Class<T> componentKind, java.lang.String componentClassname, java.lang.String filterId, boolean disabled, java.lang.String description, java.lang.String details, PropertyBundle properties)
Constructors in edu.umd.cs.findbugs with parameters of type PropertyBundle Constructor Description ComponentPlugin(Plugin plugin, java.lang.String id, java.lang.ClassLoader classLoader, java.lang.Class<? extends T> componentClass, PropertyBundle properties, boolean enabledByDefault, java.lang.String description, java.lang.String details)
-