FindBugs™ 1.3.8

edu.umd.cs.findbugs.userAnnotations.ri
Class JDBCUserAnnotationPlugin

java.lang.Object
  extended by edu.umd.cs.findbugs.userAnnotations.ri.JDBCUserAnnotationPlugin
All Implemented Interfaces:
UserAnnotationPlugin

public class JDBCUserAnnotationPlugin
extends java.lang.Object
implements UserAnnotationPlugin

Author:
pwilliam

Constructor Summary
JDBCUserAnnotationPlugin()
           
 
Method Summary
static JDBCUserAnnotationPlugin getPlugin()
           
 void loadUserAnnotations(BugCollection bugs)
          For the given BugCollection, load the user annotations for each BugInstance in the collection.
 void storeUserAnnotation(BugInstance bug)
          Store the user annotation for the given BugInstance.
 void storeUserAnnotations(BugCollection bugs)
          Store the user annotation for all BugInstances in the given BugCollection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCUserAnnotationPlugin

public JDBCUserAnnotationPlugin()
Method Detail

getPlugin

public static JDBCUserAnnotationPlugin getPlugin()

loadUserAnnotations

public void loadUserAnnotations(BugCollection bugs)
Description copied from interface: UserAnnotationPlugin
For the given BugCollection, load the user annotations for each BugInstance in the collection.

Specified by:
loadUserAnnotations in interface UserAnnotationPlugin
Parameters:
bugs - a BugCollection

storeUserAnnotation

public void storeUserAnnotation(BugInstance bug)
Description copied from interface: UserAnnotationPlugin
Store the user annotation for the given BugInstance.

Specified by:
storeUserAnnotation in interface UserAnnotationPlugin
Parameters:
bug - a BugInstance

storeUserAnnotations

public void storeUserAnnotations(BugCollection bugs)
Description copied from interface: UserAnnotationPlugin
Store the user annotation for all BugInstances in the given BugCollection.

Specified by:
storeUserAnnotations in interface UserAnnotationPlugin
Parameters:
bugs - a BugCollection

FindBugs™ 1.3.8

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.