public class StartGoal extends EngineGoalBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
address
Address to bind to.
|
protected boolean |
disableUpdateCheck
Do not check for new SDK versions.
|
protected String |
javaAgent
Optional javaAgent parameter prepended to the jvmFalgs.
|
protected List<String> |
jvmFlags
Arbitrary list of JVM Flags to send to the KickStart task.
|
protected int |
port
Port to run in.
|
appDir, appId, appVersion, ARG_TYPE, container, emailAccount, encoding, gaeProperties, goalArguments, hostString, keepTempUploadDir, monitorKey, monitorPort, passIn, proxy, sdkDir, serverId, settings, splitJars, uploadServer, wait| Constructor and Description |
|---|
StartGoal() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected void |
resolveArtifacts(Set<org.apache.maven.artifact.Artifact> artifacts) |
protected void |
runKickStart(String startClass,
String... commandArguments)
Passes command to the Google App Engine KickStart runner.
|
contextualize, ensureSystemProperties, getAppCfgArgs, getCommonArgs, hasServerSettings, runAppCfgprotected int port
protected String address
protected boolean disableUpdateCheck
protected String javaAgent
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected final void runKickStart(String startClass, String... commandArguments) throws org.apache.maven.plugin.MojoExecutionException
startClass - command to run through KickStartcommandArguments - arguments to the KickStart command.org.apache.maven.plugin.MojoExecutionException - If EngineGoalBase.ensureSystemProperties() failsprotected final void resolveArtifacts(Set<org.apache.maven.artifact.Artifact> artifacts) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2009-2012 KindleIT. All Rights Reserved.