|
||||||||||
| 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.backends.BackendGoalBase
public abstract class BackendGoalBase
BackendGoalBase used by all Backends commands.
| Field Summary | |
|---|---|
protected java.lang.String |
backend
Overrides where the Project War Directory is located. |
protected java.lang.String |
backendDir
Overrides where the Project War Directory is located. |
| 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 | |
|---|---|
BackendGoalBase()
|
|
| Method Summary | |
|---|---|
protected void |
runBackend(java.lang.String command)
Passes a backend command to the Google App Engine AppCfg runner. |
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
protected java.lang.String backendDir
protected java.lang.String backend
| Constructor Detail |
|---|
public BackendGoalBase()
| Method Detail |
|---|
protected final void runBackend(java.lang.String command)
throws org.apache.maven.plugin.MojoExecutionException
command - command to run through AppCfg
org.apache.maven.plugin.MojoExecutionException - If EngineGoalBase.ensureSystemProperties() fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||