Package com.google.appengine.tools.development

Interface Summary
ApiProxyLocal A local service object, suitable for testing of service-client code as well as for local runtime use in dev_appserver.
ContainerService Implementation of this interface provides the actual servlet container support for the DevAppServer, as discovered via the ServiceProvider.
DevAppServer DevAppServer launches a local Jetty server (by default) with a single hosted web application.
 

Class Summary
AbstractContainerService Common implementation for the ContainerService interface.
ApiProxyLocalFactory Factory class for an ApiProxy.Delegate object configured to use local services, with additional context attributes from the factory setter methods.
ApiProxyLocalImpl Implements ApiProxy.Delegate such that the requests are dispatched to local service implementations.
DevAppServerFactory Creates new DevAppServers which can be used to launch web applications.
DevAppServerMain The command-line entry point for DevAppServer.
 

Enum Summary
ContainerService.EnvironmentVariableMismatchSeverity The severity with which we'll treat environment variable mismatches.