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 TypeMethodDescriptionvoidCommandLineUiCallback.registerCloud(Project project, BugCollection collection, Cloud cloud) voidIGuiCallback.registerCloud(Project project, BugCollection collection, Cloud cloud) Called as soon as the cloud object is created, before it is initialized.voidCommandLineUiCallback.unregisterCloud(Project project, BugCollection collection, Cloud cloud) voidIGuiCallback.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 TypeClassDescriptionclassclassA basic "cloud" that stores information to the bug collection analysis XML file.classDoesn't do much.Methods in edu.umd.cs.findbugs.cloud that return CloudModifier and TypeMethodDescriptionstatic CloudCloudFactory.createCloudWithoutInitializing(BugCollection bc) static CloudCloudFactory.getPlainCloud(BugCollection bc) static CloudCloudFactory.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 voidCloudFactory.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)