Uses of Interface
com.googlecode.jslint4java.formatter.JSLintResultFormatter

Packages that use JSLintResultFormatter
com.googlecode.jslint4java.ant   
com.googlecode.jslint4java.formatter   
com.googlecode.jslint4java.maven   
 

Uses of JSLintResultFormatter in com.googlecode.jslint4java.ant
 

Methods in com.googlecode.jslint4java.ant that return JSLintResultFormatter
protected  JSLintResultFormatter XmlResultFormatter.createFormatter()
          Create and return the JSLintResultFormatter used by this ant result formatter.
protected  JSLintResultFormatter CheckstyleXmlResultFormatter.createFormatter()
           
 

Uses of JSLintResultFormatter in com.googlecode.jslint4java.formatter
 

Classes in com.googlecode.jslint4java.formatter that implement JSLintResultFormatter
 class CheckstyleXmlFormatter
           
 class JSLintXmlFormatter
          Convert a single JSLintResult into an XML representation.
 class JUnitXmlFormatter
          After a bit of experimentation, this seems to be the best way to represent JSLint output in JUnit format:
 class PlainFormatter
          Output all JSLint errors to the console.
 class ReportFormatter
          Emit an HTML fragment containing JSLint's report on the input.
 

Uses of JSLintResultFormatter in com.googlecode.jslint4java.maven
 

Constructors in com.googlecode.jslint4java.maven with parameters of type JSLintResultFormatter
ReportWriterImpl(File reportFile, JSLintResultFormatter formatter)
           
 



Copyright © 2007-2012. All Rights Reserved.