Spiffy UI Framework

org.spiffyui.maven.plugins
Class JSLintMojo

java.lang.Object
  extended by AbstractMojo
      extended by org.spiffyui.maven.plugins.JSLintMojo

public class JSLintMojo
extends AbstractMojo

Validates JavaScript using jslint4java. Initially copied from: https://github.com/happygiraffe/jslint4java/blob/master/jslint4java-maven-plugin/src/main/java/com/googlecode/jslint4java/maven/JSLintMojo.java


Constructor Summary
JSLintMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSLintMojo

public JSLintMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
MojoFailureException

Spiffy UI Framework