ro.isdc.wro.extensions.processor.support.linter
Class JsLint

java.lang.Object
  extended by ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
      extended by ro.isdc.wro.extensions.processor.support.linter.JsLint

public class JsLint
extends AbstractLinter

Apply JsLint script checking utility.

Using untagged version (committed: 2013-01-02 02:54:38)

Since:
1.4.2
Author:
Alex Objelean

Constructor Summary
JsLint()
           
 
Method Summary
protected  String getLinterName()
          
protected  InputStream getScriptAsStream()
           
 
Methods inherited from class ro.isdc.wro.extensions.processor.support.linter.AbstractLinter
createDefaultOptions, setOptions, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsLint

public JsLint()
Method Detail

getScriptAsStream

protected InputStream getScriptAsStream()
Specified by:
getScriptAsStream in class AbstractLinter
Returns:
the stream of the jshint script. Override this method to provide a different script version.

getLinterName

protected String getLinterName()

Specified by:
getLinterName in class AbstractLinter
Returns:
the name of the function used to perform the lint operation.


Copyright © 2008-2013. All Rights Reserved.