Uses of Interface
edu.umd.cs.findbugs.cloud.Cloud
Packages that use Cloud
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 Cloud in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return CloudModifier and TypeMethodDescriptionBugCollection.getCloud()
Get the instance of user annotation pluginSortedBugCollection.getCloud()
BugCollection.getCloudLazily()
SortedBugCollection.getCloudLazily()
BugCollection.reinitializeCloud()
SortedBugCollection.reinitializeCloud()
Methods in edu.umd.cs.findbugs with parameters of type CloudModifier and TypeMethodDescriptionvoid
CommandLineUiCallback.registerCloud
(Project project, BugCollection collection, Cloud cloud) void
IGuiCallback.registerCloud
(Project project, BugCollection collection, Cloud cloud) Called as soon as the cloud object is created, before it is initialized.void
CommandLineUiCallback.unregisterCloud
(Project project, BugCollection collection, Cloud cloud) void
IGuiCallback.unregisterCloud
(Project project, BugCollection collection, Cloud cloud) -
Uses of Cloud in edu.umd.cs.findbugs.cloud
Subinterfaces of Cloud in edu.umd.cs.findbugs.cloudClasses in edu.umd.cs.findbugs.cloud that implement CloudModifier and TypeClassDescriptionclass
class
A basic "cloud" that stores information to the bug collection analysis XML file.class
Doesn't do much.Methods in edu.umd.cs.findbugs.cloud that return CloudModifier and TypeMethodDescriptionstatic Cloud
CloudFactory.createCloudWithoutInitializing
(BugCollection bc) static Cloud
CloudFactory.getPlainCloud
(BugCollection bc) static Cloud
CloudFactory.handleInitializationException
(BugCollection bc, CloudPlugin plugin, Throwable e) Methods in edu.umd.cs.findbugs.cloud that return types with arguments of type CloudMethods in edu.umd.cs.findbugs.cloud with parameters of type CloudModifier and TypeMethodDescriptionstatic void
CloudFactory.initializeCloud
(BugCollection bc, Cloud cloud) Method parameters in edu.umd.cs.findbugs.cloud with type arguments of type CloudModifier and TypeMethodDescriptionCloudPluginBuilder.setCloudClass
(Class<? extends Cloud> cloudClass) Constructors in edu.umd.cs.findbugs.cloud with parameters of type CloudConstructor parameters in edu.umd.cs.findbugs.cloud with type arguments of type CloudModifierConstructorDescriptionCloudPlugin
(String findbugsPluginId, String cloudid, ClassLoader classLoader, Class<? extends Cloud> cloudClass, Class<? extends NameLookup> usernameClass, boolean hidden, PropertyBundle properties, String description, String details)