public abstract class AbstractGwtShellMojo extends AbstractGwtModuleMojo
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGwtShellMojo.JavaCommand
Deprecated.
use the new
JavaCommand
Create a command to execute using builder pattern |
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.plexus.util.cli.StreamConsumer |
out
A plexus-util StreamConsumer to redirect messages to plugin log
|
GWT_MODULE_EXTENSIONartifactFactory, artifactMetadataSource, classpathBuilder, GWT_GROUP_ID, gwtSdkFirstInClasspath, localRepository, remoteRepositories, resolver, warSourceDirectory| Constructor and Description |
|---|
AbstractGwtShellMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addArgumentDeploy(AbstractGwtShellMojo.JavaCommand cmd) |
protected void |
addArgumentGen(AbstractGwtShellMojo.JavaCommand cmd) |
protected void |
addCompileSourceArtifacts(AbstractGwtShellMojo.JavaCommand cmd)
Add sources.jar artifacts for project dependencies listed as compileSourcesArtifacts.
|
protected void |
addPersistentUnitCache(AbstractGwtShellMojo.JavaCommand cmd) |
abstract void |
doExecute() |
void |
execute() |
protected String |
getExtraJvmArgs() |
protected String |
getJvm() |
protected String |
getLogLevel() |
protected String |
getStyle() |
protected void |
postProcessClassPath(Collection<File> classpath)
hook to post-process the dependency-based classpath
|
void |
setTimeOut(int timeOut) |
addCompileSourceRoot, getGwtModules, getModules, readModuleaddClasspathElements, getArtifact, getArtifact, getClasspath, getGenerateDirectory, getGwtCodeServerJar, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getProjectRuntimeArtifacts, getRemoteRepositories, isGenerator, resolveprotected org.codehaus.plexus.util.cli.StreamConsumer out
public final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionMojo.execute()public abstract void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected String getExtraJvmArgs()
protected String getLogLevel()
protected String getStyle()
protected String getJvm()
protected void postProcessClassPath(Collection<File> classpath) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void setTimeOut(int timeOut)
timeOut - the timeOut to setprotected void addCompileSourceArtifacts(AbstractGwtShellMojo.JavaCommand cmd) throws org.apache.maven.plugin.MojoExecutionException
The hack can also be used to include utility code from external librariries that may not have been designed for GWT.
org.apache.maven.plugin.MojoExecutionExceptionprotected void addArgumentDeploy(AbstractGwtShellMojo.JavaCommand cmd)
protected void addArgumentGen(AbstractGwtShellMojo.JavaCommand cmd)
protected void addPersistentUnitCache(AbstractGwtShellMojo.JavaCommand cmd)
Copyright © 2007-2014 Codehaus. All Rights Reserved.