com.googlecode.jslint4java.ant
Class CheckstyleXmlResultFormatter

java.lang.Object
  extended by com.googlecode.jslint4java.ant.XmlResultFormatter
      extended by com.googlecode.jslint4java.ant.CheckstyleXmlResultFormatter
All Implemented Interfaces:
ResultFormatter

public class CheckstyleXmlResultFormatter
extends XmlResultFormatter
implements ResultFormatter


Constructor Summary
CheckstyleXmlResultFormatter()
           
 
Method Summary
protected  JSLintResultFormatter createFormatter()
          Create and return the JSLintResultFormatter used by this ant result formatter.
 
Methods inherited from class com.googlecode.jslint4java.ant.XmlResultFormatter
begin, end, output, setFile, setStdout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.googlecode.jslint4java.ant.ResultFormatter
begin, end, output, setFile, setStdout
 

Constructor Detail

CheckstyleXmlResultFormatter

public CheckstyleXmlResultFormatter()
Method Detail

createFormatter

protected JSLintResultFormatter createFormatter()
Description copied from class: XmlResultFormatter
Create and return the JSLintResultFormatter used by this ant result formatter.

Overrides:
createFormatter in class XmlResultFormatter


Copyright © 2007-2012. All Rights Reserved.