net.kindleit.gae.backends
Class UpdateBackendGoal

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.kindleit.gae.EngineGoalBase
          extended by net.kindleit.gae.backends.BackendGoalBase
              extended by net.kindleit.gae.backends.UpdateBackendGoal
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class UpdateBackendGoal
extends BackendGoalBase

Creates or updates a backend configured. See http://code.google.com/appengine/docs/java/backends/overview.html for more information.

Author:
rhansen@kindleit.net

Field Summary
 
Fields inherited from class net.kindleit.gae.backends.BackendGoalBase
backend, backendDir
 
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
UpdateBackendGoal()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class net.kindleit.gae.backends.BackendGoalBase
runBackend
 
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
 

Constructor Detail

UpdateBackendGoal

public UpdateBackendGoal()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2009-2012 KindleIT. All Rights Reserved.