FindBugs™ 1.3.9

edu.umd.cs.findbugs
Interface XMLWriteableWithMessages

All Superinterfaces:
XMLWriteable
All Known Subinterfaces:
BugAnnotation
All Known Implementing Classes:
BugAnnotationWithSourceLines, BugInstance, ClassAnnotation, FieldAnnotation, IntAnnotation, LocalVariableAnnotation, MethodAnnotation, PackageMemberAnnotation, SourceLineAnnotation, StringAnnotation, TypeAnnotation

public interface XMLWriteableWithMessages
extends XMLWriteable

Write an object to XMLOutput while optionally adding descriptive messages.

Author:
David Hovemeyer

Method Summary
 void writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
           
 
Methods inherited from interface edu.umd.cs.findbugs.xml.XMLWriteable
writeXML
 

Method Detail

writeXML

void writeXML(XMLOutput xmlOutput,
              boolean addMessages,
              boolean isPrimary)
              throws java.io.IOException
Throws:
java.io.IOException

FindBugs™ 1.3.9

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