Spiffy UI Framework

org.spiffyui.maven.plugins
Class GwtCompileMojo

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

public class GwtCompileMojo
extends AbstractMojo

Invokes the GWTCompiler for the project source


Nested Class Summary
protected  class GwtCompileMojo.ClassBuilder
          Convenience class that makes it easier to build a string of arguments for passing to the compiler
 
Constructor Summary
GwtCompileMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtCompileMojo

public GwtCompileMojo()
Method Detail

execute

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

Spiffy UI Framework