com.googlecode.jslint4java.formatter
Interface JSLintResultFormatter

All Known Implementing Classes:
CheckstyleXmlFormatter, JSLintXmlFormatter, JUnitXmlFormatter, PlainFormatter, ReportFormatter

public interface JSLintResultFormatter

An interface for converting a JSLintResult into a string.


Method Summary
 String footer()
          Return the footer for a result formatter.
 String format(JSLintResult result)
          Convert JSLintResult into a suitably formatted String representation.
 String header()
          Return the header for a result formatter.
 

Method Detail

footer

String footer()
Return the footer for a result formatter. If no footer is required, null will be returned.


format

String format(JSLintResult result)
Convert JSLintResult into a suitably formatted String representation.


header

String header()
Return the header for a result formatter. If no header is required, null will be returned.



Copyright © 2007-2012. All Rights Reserved.