org.codehaus.mojo.gwt.eclipse
Class EclipseMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.gwt.AbstractGwtMojo
          extended by org.codehaus.mojo.gwt.AbstractGwtModuleMojo
              extended by org.codehaus.mojo.gwt.eclipse.EclipseMojo
All Implemented Interfaces:
ContextEnabled, Mojo, GwtModuleReader

public class EclipseMojo
extends AbstractGwtModuleMojo

Goal which creates Eclipse lauch configurations for GWT modules.

Version:
$Id: EclipseMojo.java 13196 2010-11-25 16:39:40Z olamy $
Author:
Nicolas De Loof
Requires the dependencies in this specified scope:
compile
Is defined to be executed in:
phase:
generate-resources
Is defined by the goal name:
eclipse

Field Summary
 
Fields inherited from class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
GWT_MODULE_EXTENSION
 
Fields inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo
artifactFactory, classpathBuilder, GWT_GROUP_ID, gwtSdkFirstInClasspath, localRepository, remoteRepositories, resolver, warSourceDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EclipseMojo()
           
 
Method Summary
 void execute()
          
 void setAdditionalPageParameters(String parameters)
           
protected  void setupExplodedWar()
           
 
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
addCompileSourceRoot, getGwtModules, getModules, readModule
 
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo
addClasspathElements, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getRemoteRepositories, resolve
 
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
 

Constructor Detail

EclipseMojo

public EclipseMojo()
Method Detail

setAdditionalPageParameters

public void setAdditionalPageParameters(String parameters)
Parameters:
parameters - additional parameter for module URL

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException

Throws:
MojoExecutionException
MojoFailureException
See Also:
Mojo.execute()

setupExplodedWar

protected void setupExplodedWar()
                         throws MojoExecutionException
Throws:
MojoExecutionException


Copyright © 2007-2012 Codehaus. All Rights Reserved.