net_alchim31_maven_yuicompressor
Class JSLintMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net_alchim31_maven_yuicompressor.MojoSupport
net_alchim31_maven_yuicompressor.JSLintMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JSLintMojo
- extends MojoSupport
Check JS files with jslint.
- Author:
- David Bernard
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSLintMojo
public JSLintMojo()
getDefaultIncludes
protected String[] getDefaultIncludes()
throws Exception
- Specified by:
getDefaultIncludes
in class MojoSupport
- Throws:
Exception
beforeProcess
public void beforeProcess()
throws Exception
- Specified by:
beforeProcess
in class MojoSupport
- Throws:
Exception
afterProcess
public void afterProcess()
throws Exception
- Specified by:
afterProcess
in class MojoSupport
- Throws:
Exception
processFile
protected void processFile(SourceFile src)
throws Exception
- Specified by:
processFile
in class MojoSupport
- Throws:
Exception
Copyright © 2010-2012 Alchim31. All Rights Reserved.