|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
net.kindleit.gae.EngineGoalBase
net.kindleit.gae.StartGoal
net.kindleit.gae.DebugGoal
public class DebugGoal
Extends the RunGoal for running the project with a debugger port hook
(optionally suspended).
It is a simple utility method, as the run goal supports the passing of jvm options in the command line.
| Field Summary | |
|---|---|
protected int |
debugPort
Port to run in. |
protected boolean |
debugSuspend
Address to bind to. |
| Fields inherited from class net.kindleit.gae.StartGoal |
|---|
address, disableUpdateCheck, javaAgent, jvmFlags, port |
| Fields inherited from class net.kindleit.gae.EngineGoalBase |
|---|
appDir, appId, appVersion, ARG_TYPE, container, emailAccount, encoding, gaeProperties, goalArguments, hostString, keepTempUploadDir, monitorKey, monitorPort, passIn, proxy, sdkDir, serverId, settings, splitJars, uploadServer, wait |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DebugGoal()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
| Methods inherited from class net.kindleit.gae.StartGoal |
|---|
resolveArtifacts, runKickStart |
| Methods inherited from class net.kindleit.gae.EngineGoalBase |
|---|
contextualize, ensureSystemProperties, getAppCfgArgs, getCommonArgs, hasServerSettings, runAppCfg |
| 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 |
| Field Detail |
|---|
protected int debugPort
protected boolean debugSuspend
| Constructor Detail |
|---|
public DebugGoal()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class StartGoalorg.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||