net.kindleit.gae
Class StopGoal

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.kindleit.gae.StopGoal
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class StopGoal
extends org.apache.maven.plugin.AbstractMojo

Stops a running instance of the Google App Engine development server. This is intended to be included in your project's POM and runs in the post-integration-test phase.

Since:
0.5.8
Author:
tmoore@incrementalism.net

Field Summary
protected  String monitorKey
          Key to provide when making stop requests.
protected  int monitorPort
          Port to listen for stop requests on.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StopGoal()
           
 
Method Summary
 void execute()
           
 
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

monitorPort

protected int monitorPort
Port to listen for stop requests on.


monitorKey

protected String monitorKey
Key to provide when making stop requests.

Constructor Detail

StopGoal

public StopGoal()
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-2010 KindleIT. All Rights Reserved.