AppEngineLauncher

com.google.appengine.tools.development.gwt

Class AppEngineLauncher

  • java.lang.Object
    • ServletContainerLauncher
      • 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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