com.google.appengine.tools.development
Class DevAppServerFactory

java.lang.Object
  extended by com.google.appengine.tools.development.DevAppServerFactory

public class DevAppServerFactory
extends java.lang.Object

Creates new DevAppServers which can be used to launch web applications.


Constructor Summary
DevAppServerFactory()
           
 
Method Summary
 DevAppServer createDevAppServer(java.io.File appLocation, java.lang.String address, int port)
          Creates a new DevAppServer ready to start serving
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevAppServerFactory

public DevAppServerFactory()
Method Detail

createDevAppServer

public DevAppServer createDevAppServer(java.io.File appLocation,
                                       java.lang.String address,
                                       int port)
Creates a new DevAppServer ready to start serving

Parameters:
appLocation - The top-level directory of the web application to be run
address - Address to bind to
port - Port to bind to
Returns:
a not null DevAppServer