Package com.google.appengine.tools.development
-
Interface Summary Interface Description AbstractContainerService.PortMappingProvider Provider for the 'portMapping'.ApiProxyLocal A local service object, suitable for testing of service-client code as well as for local runtime use indev_appserver
.ContainerService Provides the backing servlet container support for theDevAppServer
, as discovered viaServiceProvider
.DevAppServer DevAppServer
launches a local Jetty server (by default) with a single hosted web application. -
Class Summary Class Description AbstractContainerService Common implementation for theContainerService
interface.AbstractContainerService.LocalInitializationEnvironment A fakeLocalEnvironment
implementation that is used during the initialization of the Development AppServer.ApiProxyLocalFactory Factory class for anApiProxy.Delegate
object configured to use local services.DevAppServerFactory Creates newDevAppServers
which can be used to launch web applications.DevAppServerMain The command-line entry point for DevAppServer.