|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.tools.development.DevAppServerFactory
public class DevAppServerFactory
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 |
|---|
public DevAppServerFactory()
| Method Detail |
|---|
public DevAppServer createDevAppServer(java.io.File appLocation,
java.lang.String address,
int port)
DevAppServer ready to start serving
appLocation - The top-level directory of the web application to be runaddress - Address to bind toport - Port to bind to
null DevAppServer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||