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.edu.umd.cs.findbugs.cloud -
-
Uses of PropertyBundle in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as PropertyBundle Modifier and Type Field Description protected PropertyBundleComponentPlugin. propertiesMethods in edu.umd.cs.findbugs that return PropertyBundle Modifier and Type Method Description PropertyBundlePropertyBundle. copy()PropertyBundleComponentPlugin. getProperties()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) -
Uses of PropertyBundle in edu.umd.cs.findbugs.cloud
Fields in edu.umd.cs.findbugs.cloud declared as PropertyBundle Modifier and Type Field Description protected PropertyBundleAbstractCloud. propertiesMethods in edu.umd.cs.findbugs.cloud that return PropertyBundle Modifier and Type Method Description PropertyBundleCloudPlugin. getProperties()Methods in edu.umd.cs.findbugs.cloud with parameters of type PropertyBundle Modifier and Type Method Description CloudPluginBuilderCloudPluginBuilder. setProperties(PropertyBundle properties)Constructors in edu.umd.cs.findbugs.cloud with parameters of type PropertyBundle Constructor Description CloudPlugin(java.lang.String findbugsPluginId, java.lang.String cloudid, java.lang.ClassLoader classLoader, java.lang.Class<? extends Cloud> cloudClass, java.lang.Class<? extends NameLookup> usernameClass, boolean hidden, PropertyBundle properties, java.lang.String description, java.lang.String details)
-