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 edu.umd.cs.findbugs.filter edu.umd.cs.findbugs.gui2 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 voidBugCollection. writeEpilogue(XMLOutput xmlOutput)voidSortedBugCollection. writeEpilogue(XMLOutput xmlOutput)voidBugCollection. writePrologue(XMLOutput xmlOutput)voidSortedBugCollection. writePrologue(XMLOutput xmlOutput)voidAppVersion. writeXML(XMLOutput xmlOutput)static voidBugAnnotationUtil. writeXML(XMLOutput xmlOutput, java.lang.String elementName, BugAnnotation annotation, XMLAttributeList attributeList, boolean addMessages)Write a BugAnnotation as XML.voidBugCollection. writeXML(XMLOutput xmlOutput)Write the BugCollection to an XMLOutput object.voidBugDesignation. writeXML(XMLOutput xmlOutput)voidBugInstance. writeXML(XMLOutput xmlOutput)voidBugInstance. writeXML(XMLOutput xmlOutput, BugCollection bugCollection, boolean addMessages)voidBugProperty. writeXML(XMLOutput xmlOutput)voidClassAnnotation. writeXML(XMLOutput xmlOutput)voidClassAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidFieldAnnotation. writeXML(XMLOutput xmlOutput)voidFieldAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidIntAnnotation. writeXML(XMLOutput xmlOutput)voidIntAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidLocalVariableAnnotation. writeXML(XMLOutput xmlOutput)voidLocalVariableAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidMethodAnnotation. writeXML(XMLOutput xmlOutput)voidMethodAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidPackageStats.ClassStats. writeXML(XMLOutput xmlOutput)voidPackageStats. writeXML(XMLOutput xmlOutput)voidProject. writeXML(XMLOutput xmlOutput)voidProject. writeXML(XMLOutput xmlOutput, java.io.File destination, BugCollection bugCollection)voidProjectStats. writeXML(XMLOutput xmlOutput)Output as XML.voidProjectStats. writeXML(XMLOutput xmlOutput, boolean withMessages)Output as XML.voidSortedBugCollection. writeXML(XMLOutput xmlOutput)Write the BugCollection to an XMLOutput object.voidSourceLineAnnotation. writeXML(XMLOutput xmlOutput)voidSourceLineAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidStringAnnotation. writeXML(XMLOutput xmlOutput)voidStringAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidSuppressionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidTypeAnnotation. writeXML(XMLOutput xmlOutput)voidTypeAnnotation. writeXML(XMLOutput xmlOutput, boolean addMessages, boolean isPrimary)voidWarningSuppressor. writeXML(XMLOutput xmlOutput, boolean disabled)voidXMLWriteableWithMessages. 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 voidClassHash. 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 voidBugMatcher. addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches)voidDesignationMatcher. addAttribute(XMLOutput xmlOutput, java.lang.String name, StringSetMatch matches)voidFilter. writeBodyAsXML(XMLOutput xmlOutput)voidCompoundMatcher. writeChildrenXML(XMLOutput xmlOutput)voidAndMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidBugMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidClassMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidConfidenceMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidDesignationMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidFieldMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidFirstVersionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidLastVersionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidLocalMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidMethodMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidNotMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidOrMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidPriorityMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidRankMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidSourceMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)voidTypeMatcher. writeXML(XMLOutput xmlOutput, boolean disabled) -
Uses of XMLOutput in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 with parameters of type XMLOutput Modifier and Type Method Description voidCompoundMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)Deprecated.voidFilterMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)Deprecated.voidSuppressionMatcher. writeXML(XMLOutput xmlOutput, boolean disabled)Deprecated. -
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 voidProfiler.Profile. writeXML(XMLOutput xmlOutput)voidProfiler. 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 voidClassFeatureSet. 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 classDom4JXMLOutputXMLOutput class to build all or part of a dom4j tree.classOutputStreamXMLOutputWrite XML to an output stream.Methods in edu.umd.cs.findbugs.xml with parameters of type XMLOutput Modifier and Type Method Description static voidXMLOutputUtil. writeCollection(XMLOutput xmlOutput, java.util.Collection<? extends XMLWriteable> collection)Write a Collection of XMLWriteable objects.static voidXMLOutputUtil. 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 voidXMLOutputUtil. 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 voidXMLOutputUtil. 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 voidXMLOutputUtil. 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.voidXMLWriteable. writeXML(XMLOutput xmlOutput)Write this object to given XMLOutput.
-