Uses of Interface
com.googlecode.jslint4java.ant.ResultFormatter

Packages that use ResultFormatter
com.googlecode.jslint4java.ant   
 

Uses of ResultFormatter in com.googlecode.jslint4java.ant
 

Classes in com.googlecode.jslint4java.ant that implement ResultFormatter
 class CheckstyleXmlResultFormatter
           
 class JUnitXmlResultFormatter
          Output the result of a JSLint run as a JUnit XML file.
 class PlainResultFormatter
          Output all JSLint errors to the console.
 class ReportResultFormatter
          Write JSLint reports to a file full of HTML.
 class XmlResultFormatter
          Write out JSLint problems to an XML file.
 

Methods in com.googlecode.jslint4java.ant that return ResultFormatter
 ResultFormatter FormatterElement.getResultFormatter()
          Return a configured ResultFormatter corresponding to this element.
 



Copyright © 2007-2012. All Rights Reserved.