Uses of Interface
edu.umd.cs.findbugs.cloud.Cloud
-
Packages that use Cloud 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 Cloud in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return Cloud Modifier and Type Method Description CloudBugCollection. getCloud()Get the instance of user annotation pluginCloudSortedBugCollection. getCloud()CloudBugCollection. getCloudLazily()CloudSortedBugCollection. getCloudLazily()CloudBugCollection. reinitializeCloud()CloudSortedBugCollection. reinitializeCloud()Methods in edu.umd.cs.findbugs with parameters of type Cloud Modifier and Type Method Description voidCommandLineUiCallback. 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.cloud Modifier and Type Interface Description interfaceOnlineCloudClasses in edu.umd.cs.findbugs.cloud that implement Cloud Modifier and Type Class Description classAbstractCloudclassBugCollectionStorageCloudA basic "cloud" that stores information to the bug collection analysis XML file.classDoNothingCloudDoesn't do much.Methods in edu.umd.cs.findbugs.cloud that return Cloud Modifier and Type Method Description static CloudCloudFactory. createCloudWithoutInitializing(BugCollection bc)static CloudCloudFactory. getPlainCloud(BugCollection bc)static CloudCloudFactory. handleInitializationException(BugCollection bc, CloudPlugin plugin, java.lang.Throwable e)Methods in edu.umd.cs.findbugs.cloud that return types with arguments of type Cloud Modifier and Type Method Description java.lang.Class<? extends Cloud>CloudPlugin. getCloudClass()Methods in edu.umd.cs.findbugs.cloud with parameters of type Cloud Modifier and Type Method Description static voidCloudFactory. initializeCloud(BugCollection bc, Cloud cloud)Method parameters in edu.umd.cs.findbugs.cloud with type arguments of type Cloud Modifier and Type Method Description CloudPluginBuilderCloudPluginBuilder. setCloudClass(java.lang.Class<? extends Cloud> cloudClass)Constructors in edu.umd.cs.findbugs.cloud with parameters of type Cloud Constructor Description BugFilingCommentHelper(Cloud cloud)Constructor parameters in edu.umd.cs.findbugs.cloud with type arguments of type Cloud 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)
-