ro.isdc.wro.extensions.processor.js
Class JsLintProcessor
java.lang.Object
ro.isdc.wro.extensions.processor.js.AbstractLinterProcessor
ro.isdc.wro.extensions.processor.js.JsLintProcessor
- All Implemented Interfaces:
- ResourcePostProcessor, ResourcePreProcessor
@SupportedResourceType(value=JS)
public class JsLintProcessor
- extends AbstractLinterProcessor
Processor which analyze the js code and warns you about any problems. The processing result won't change no matter
if the processed script contains errors or not.
- Since:
- 1.4.2
- Author:
- Alex Objelean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIAS
public static final String ALIAS
- See Also:
- Constant Field Values
JsLintProcessor
public JsLintProcessor()
newLinter
protected AbstractLinter newLinter()
-
- Specified by:
newLinter in class AbstractLinterProcessor
- Returns:
- the linter to use for js code validation.
Copyright © 2008-2012. All Rights Reserved.