org.codehaus.mojo.gwt
Class GenerateAsyncMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.gwt.AbstractGwtMojo
org.codehaus.mojo.gwt.GenerateAsyncMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class GenerateAsyncMojo
- extends AbstractGwtMojo
Goal which generate Asyn interface.
- Version:
- $Id: GenerateAsyncMojo.java 13163 2010-11-23 17:05:47Z olamy $
- Author:
- Nicolas De Loof
- Is bound to the specified phase of the standard build lifecycle:
- generate-sources
- Requires the dependencies in this specified scope:
- compile
- Is defined by the goal name:
- generateAsync
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo |
addClasspathElements, addCompileSourceRoot, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getRemoteRepositories, resolve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateAsyncMojo
public GenerateAsyncMojo()
execute
public void execute()
throws MojoExecutionException
-
- Throws:
MojoExecutionException
getProjectClassLoader
protected ClassLoader getProjectClassLoader()
throws DependencyResolutionRequiredException,
MalformedURLException
- Returns:
- the project classloader
- Throws:
DependencyResolutionRequiredException
- failed to resolve project dependencies
MalformedURLException
- configuration issue ?
Copyright © 2007-2012 Codehaus. All Rights Reserved.