|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.gwt.AbstractGwtMojo
org.codehaus.mojo.gwt.AbstractGwtModuleMojo
org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
org.codehaus.mojo.gwt.shell.AbstractGwtWebMojo
org.codehaus.mojo.gwt.shell.RunMojo
org.codehaus.mojo.gwt.shell.DebugMojo
public class DebugMojo
Extends the gwt goal and runs the project in the GWT Hosted mode with a debugger port hook (optionally suspended).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo |
---|
AbstractGwtShellMojo.JavaCommand |
Field Summary |
---|
Fields inherited from class org.codehaus.mojo.gwt.shell.RunMojo |
---|
archiverManager |
Fields inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo |
---|
out |
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 | |
---|---|
DebugMojo()
|
Method Summary | |
---|---|
void |
doExecute()
|
String |
getExtraJvmArgs()
Override extraJVMArgs to append JVM debugger option |
protected String |
getFileName()
|
Methods inherited from class org.codehaus.mojo.gwt.shell.RunMojo |
---|
getContextXml, getPort, getProject, getRunModule, getRunTarget, getStartupUrl, getTomcat, postProcessClassPath, setExecutedProject, setRunTimeOut |
Methods inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtWebMojo |
---|
getWebXml, isWebXmlServletPathAsIs |
Methods inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo |
---|
execute, getGen, getJvm, getLogLevel, getStyle, setTimeOut |
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, 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 |
---|
public DebugMojo()
Method Detail |
---|
protected String getFileName()
getFileName
in class RunMojo
RunMojo.getFileName()
public String getExtraJvmArgs()
getExtraJvmArgs
in class AbstractGwtShellMojo
AbstractGwtShellMojo.getExtraJvmArgs()
public void doExecute() throws MojoExecutionException, MojoFailureException
doExecute
in class RunMojo
MojoExecutionException
MojoFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |