Uses of Interface
edu.umd.cs.findbugs.xml.XMLOutput
-
Packages that use XMLOutput 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.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.filter edu.umd.cs.findbugs.log edu.umd.cs.findbugs.model Eventually, all model classes (BugInstance, BugCollection, etc.) should go in this package.edu.umd.cs.findbugs.xml -
-
Uses of XMLOutput in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type XMLOutput Modifier and Type Method Description void
BugCollection. writeEpilogue(XMLOutput xmlOutput)
void
SortedBugCollection. writeEpilogue(XMLOutput xmlOutput)
void
BugCollection. writePrologue(XMLOutput xmlOutput)
void
SortedBugCollection. writePrologue(XMLOutput xmlOutput)
void
AppVersion. writeXML(XMLOutput xmlOutput)
static void
BugAnnotationUtil. writeXML(XMLOutput xmlOutput, java.lang.String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages)
Write a BugAnnotation as XML.void
BugCollection. writeXML(XMLOutput xmlOutput)
Write the BugCollection to an XMLOutput object.void
BugInstance. writeXML(XMLOutput xmlOutput)
void
BugInstance. writeXML(XMLOutput xmlOutput, BugCollection bugCollection, boolean addMessages)
void
BugProperty. writeXML(XMLOutput xmlOutput)
void
ClassAnnotation. writeXML(XMLOutput xmlOutput)
void
ClassAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
FieldAnnotation. writeXML(XMLOutput xmlOutput)
void
FieldAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
IntAnnotation. writeXML(XMLOutput xmlOutput)
void
IntAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
LocalVariableAnnotation. writeXML(XMLOutput xmlOutput)
void
LocalVariableAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
MethodAnnotation. writeXML(XMLOutput xmlOutput)
void
MethodAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
PackageStats.ClassStats. writeXML(XMLOutput xmlOutput)
void
PackageStats. writeXML(XMLOutput xmlOutput)
void
Project. writeXML(XMLOutput xmlOutput)
void
Project. writeXML(XMLOutput xmlOutput, java.io.File destination, BugCollection bugCollection)
void
ProjectStats. writeXML(XMLOutput xmlOutput)
Output as XML.void
ProjectStats. writeXML(XMLOutput xmlOutput, boolean withMessages)
Output as XML.void
SortedBugCollection. writeXML(XMLOutput xmlOutput)
Write the BugCollection to an XMLOutput object.void
SourceLineAnnotation. writeXML(XMLOutput xmlOutput)
void
SourceLineAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
StringAnnotation. writeXML(XMLOutput xmlOutput)
void
StringAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
SuppressionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
TypeAnnotation. writeXML(XMLOutput xmlOutput)
void
TypeAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
void
WarningSuppressor. writeXML(XMLOutput xmlOutput, boolean disabled)
void
XMLWriteableWithMessages. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)
-
Uses of XMLOutput in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type XMLOutput Modifier and Type Method Description void
ClassHash. writeXML(XMLOutput xmlOutput)
-
Uses of XMLOutput in edu.umd.cs.findbugs.filter
Methods in edu.umd.cs.findbugs.filter with parameters of type XMLOutput Modifier and Type Method Description void
BugMatcher. addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches)
void
Filter. writeBodyAsXML(XMLOutput xmlOutput)
void
CompoundMatcher. writeChildrenXML(XMLOutput xmlOutput)
void
AndMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
BugMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
ClassMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
ConfidenceMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
FieldMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
FirstVersionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
LastVersionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
LocalMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
Matcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
MethodMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
NotMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
OrMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
PriorityMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
RankMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
SourceMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
void
TypeMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)
-
Uses of XMLOutput in edu.umd.cs.findbugs.log
Methods in edu.umd.cs.findbugs.log with parameters of type XMLOutput Modifier and Type Method Description void
Profiler.Profile. writeXML(XMLOutput xmlOutput)
void
Profiler. writeXML(XMLOutput xmlOutput)
Deprecated.void
ProfileSummary. writeXML(XMLOutput xmlOutput)
-
Uses of XMLOutput in edu.umd.cs.findbugs.model
Methods in edu.umd.cs.findbugs.model with parameters of type XMLOutput Modifier and Type Method Description void
ClassFeatureSet. writeXML(XMLOutput xmlOutput)
-
Uses of XMLOutput in edu.umd.cs.findbugs.xml
Classes in edu.umd.cs.findbugs.xml that implement XMLOutput Modifier and Type Class Description class
Dom4JXMLOutput
XMLOutput class to build all or part of a dom4j tree.class
OutputStreamXMLOutput
Write XML to an output stream.Methods in edu.umd.cs.findbugs.xml with parameters of type XMLOutput Modifier and Type Method Description static void
XMLOutputUtil. writeCollection(XMLOutput xmlOutput, java.util.Collection<? extends XMLWriteable> collection)
Write a Collection of XMLWriteable objects.static void
XMLOutputUtil. writeElementList(XMLOutput xmlOutput, java.lang.String tagName, java.lang.Iterable<java.lang.String> listValues)
Write a list of Strings to document as elements with given tag name.static void
XMLOutputUtil. writeElementList(XMLOutput xmlOutput, java.lang.String tagName, java.util.Iterator<java.lang.String> listValueIterator)
Write a list of Strings to document as elements with given tag name.static void
XMLOutputUtil. writeFileList(XMLOutput xmlOutput, java.lang.String tagName, java.lang.Iterable<java.io.File> listValues)
Write a list of Strings to document as elements with given tag name.static void
XMLOutputUtil. writeFileList(XMLOutput xmlOutput, java.lang.String tagName, java.util.Iterator<java.io.File> listValueIterator)
Write a list of Strings to document as elements with given tag name.void
XMLWriteable. writeXML(XMLOutput xmlOutput)
Write this object to given XMLOutput.
-