com.google.appengine.tools.development.gwt
Class AppEngineLauncher

java.lang.Object
  extended by ServletContainerLauncher
      extended by com.google.appengine.tools.development.gwt.AppEngineLauncher

public class AppEngineLauncher
extends ServletContainerLauncher

A GWT SCL that allows DevAppServer to be embedded within GWT Development Mode.


Constructor Summary
AppEngineLauncher()
           
 
Method Summary
 ServletContainer start(TreeLogger logger, int port, java.io.File appRootDir)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppEngineLauncher

public AppEngineLauncher()
Method Detail

start

public ServletContainer start(TreeLogger logger,
                              int port,
                              java.io.File appRootDir)
                       throws UnableToCompleteException
Throws:
UnableToCompleteException