edu.umd.cs.findbugs
Interface XMLWriteableWithMessages
- All Superinterfaces:
- XMLWriteable
- All Known Subinterfaces:
- BugAnnotation
- All Known Implementing Classes:
- BugInstance, ClassAnnotation, FieldAnnotation, IntAnnotation, LocalVariableAnnotation, MethodAnnotation, PackageMemberAnnotation, SourceLineAnnotation, StringAnnotation
public interface XMLWriteableWithMessages
- extends XMLWriteable
Write an object to XMLOutput while optionally adding
descriptive messages.
- Author:
- David Hovemeyer
writeXML
void writeXML(XMLOutput xmlOutput,
boolean addMessages)
throws java.io.IOException
- Throws:
java.io.IOException