Package edu.umd.cs.findbugs
Class BugAnnotationUtil
- java.lang.Object
-
- edu.umd.cs.findbugs.BugAnnotationUtil
-
public abstract class BugAnnotationUtil extends java.lang.Object
Utility methods for BugAnnotation classes.- Author:
- David Hovemeyer
-
-
Constructor Summary
Constructors Constructor Description BugAnnotationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeXML(XMLOutput xmlOutput, java.lang.String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages)
Write a BugAnnotation as XML.
-
-
-
Method Detail
-
writeXML
public static void writeXML(XMLOutput xmlOutput, java.lang.String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages) throws java.io.IOException
Write a BugAnnotation as XML.- Parameters:
xmlOutput
- the XMLOutputelementName
- name of element for BugAnnotationannotation
- the BugAnnotationattributeList
- the XML attribute listaddMessages
- true if descriptive messages should be added- Throws:
java.io.IOException
-
-