Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

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