Uses of Class
com.googlecode.jslint4java.JSLintResult

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

Uses of JSLintResult in com.googlecode.jslint4java
 

Methods in com.googlecode.jslint4java that return JSLintResult
 JSLintResult JSLintResult.ResultBuilder.build()
           
 JSLintResult JSLint.lint(String systemId, Reader reader)
          Check for problems in a Reader which contains JavaScript source.
 JSLintResult JSLint.lint(String systemId, String javaScript)
          Check for problems in JavaScript source.
 

Uses of JSLintResult in com.googlecode.jslint4java.ant
 

Methods in com.googlecode.jslint4java.ant with parameters of type JSLintResult
 void XmlResultFormatter.output(JSLintResult result)
          Create a "file" element, containing nested "issue" elements.
 void ResultFormatter.output(JSLintResult result)
          Called for each file that is checked by JSLintTask.
 void ReportResultFormatter.output(JSLintResult result)
           
 void PlainResultFormatter.output(JSLintResult result)
          Emit all issues to the console.
 void JUnitXmlResultFormatter.output(JSLintResult result)
           
 

Uses of JSLintResult in com.googlecode.jslint4java.formatter
 

Methods in com.googlecode.jslint4java.formatter with parameters of type JSLintResult
 String ReportFormatter.format(JSLintResult result)
           
 String PlainFormatter.format(JSLintResult result)
           
 String JUnitXmlFormatter.format(JSLintResult result)
           
 String JSLintXmlFormatter.format(JSLintResult result)
           
 String JSLintResultFormatter.format(JSLintResult result)
          Convert JSLintResult into a suitably formatted String representation.
 String CheckstyleXmlFormatter.format(JSLintResult result)
           
 

Uses of JSLintResult in com.googlecode.jslint4java.maven
 

Methods in com.googlecode.jslint4java.maven with parameters of type JSLintResult
 void ReportWriterImpl.report(JSLintResult result)
           
 void ReportWriter.report(JSLintResult result)
          Report the result of a run.
 void MultiReportWriter.report(JSLintResult result)
          Report on this result for each reportWriter.
 



Copyright © 2007-2012. All Rights Reserved.