public interface DevAppServerTestConfig
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getAppDir() |
java.io.File |
getAppEngineWebXml() |
java.util.List<java.net.URL> |
getClasspath() |
java.lang.String |
getPortSystemProperty() |
java.io.File |
getSdkRoot() |
java.io.File |
getWebXml() |
boolean |
installSecurityManager() |
java.io.File getSdkRoot()
java.io.File getAppDir()
java.io.File getWebXml()
null,
getAppDir()/WEB-INF/web.xml will be used.java.io.File getAppEngineWebXml()
null,
getAppDir()/WEB-INF/appengine-web.xml will be used.boolean installSecurityManager()
true, the dev appserver will be installed with the
local app engine SecurityManager. It is strongly recommended you
install the SecurityManager unless your testing environment does not
allow SecurityManager to be installed.java.util.List<java.net.URL> getClasspath()
java.lang.String getPortSystemProperty()