Uses of Interface
com.google.appengine.tools.development.DevAppServer
Packages that use DevAppServer
-
Uses of DevAppServer in com.google.appengine.tools.development
Classes in com.google.appengine.tools.development that implement DevAppServerModifier and TypeClassDescriptionclassDevAppServerlaunches a local Jetty server (by default) with a single hosted web application.Methods in com.google.appengine.tools.development that return DevAppServerModifier and TypeMethodDescriptionDevAppServerFactory.createDevAppServer(File appDir, File webXmlLocation, File appEngineWebXmlLocation, String address, int port, boolean useCustomStreamHandler, boolean installSecurityManager, Collection<URL> classpath) Creates a newDevAppServerwith a custom classpath for the web app.DevAppServerFactory.createDevAppServer(File appDir, File webXmlLocation, File appEngineWebXmlLocation, String address, int port, boolean useCustomStreamHandler, boolean installSecurityManager, Collection<URL> classpath, boolean noJavaAgent) Creates a newDevAppServerwith a custom classpath for the web app.DevAppServerFactory.createDevAppServer(File appDir, File webXmlLocation, File appEngineWebXmlLocation, String address, int port, boolean useCustomStreamHandler, boolean installSecurityManager, Map<String, Object> containerConfigProperties) Creates a newDevAppServerready to start serving.DevAppServerFactory.createDevAppServer(File appDir, File webXmlLocation, File appEngineWebXmlLocation, String address, int port, boolean useCustomStreamHandler, boolean installSecurityManager, Map<String, Object> containerConfigProperties, boolean noJavaAgent) Creates a newDevAppServerwith a custom classpath for the web app.DevAppServerFactory.createDevAppServer(File appDir, File webXmlLocation, File appEngineWebXmlLocation, String address, int port, boolean useCustomStreamHandler, boolean installSecurityManager, Map<String, Object> containerConfigProperties, boolean noJavaAgent, String applicationId) Creates a newDevAppServerwith a custom classpath and application ID for the web app.DevAppServerFactory.createDevAppServer(File appDir, File externalResourceDir, String address, int port) Creates a newDevAppServerready to start serving.DevAppServerFactory.createDevAppServer(File appDir, File externalResourceDir, String address, int port, boolean noJavaAgent) Creates a newDevAppServerready to start serving.DevAppServerFactory.createDevAppServer(File appDir, String address, int port) Creates a newDevAppServerready to start serving.Methods in com.google.appengine.tools.development with parameters of type DevAppServerModifier and TypeMethodDescriptionfinal LocalServerEnvironmentAbstractContainerService.configure(String devAppServerVersion, String address, int port, ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, File externalResourceDir, Map<String, Object> containerConfigProperties, int instance, DevAppServer devAppServer) ContainerService.configure(String devAppServerVersion, String address, int port, ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, File externalResourceDirectory, Map<String, Object> containerConfigProperties, int instance, DevAppServer devAppServer) Sets up the necessary configuration parameters.static ModulesModules.createModules(ApplicationConfigurationManager applicationConfigurationManager, String serverInfo, File externalResourceDir, String address, DevAppServer devAppServer) BasicModule.doConfigure(ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, String serverInfo, File externalResourceDir, String address, Map<String, Object> containerConfigProperties, DevAppServer devAppServer) ManualModule.doConfigure(ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, String serverInfo, File externalResourceDir, String address, Map<String, Object> containerConfigProperties, DevAppServer devAppServer) voidBackendContainer.init(String address, ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, File externalResourceDirectory, Map<String, Object> containerConfigProperties, DevAppServer devAppServer) voidBackendServersBase.init(String address, ApplicationConfigurationManager.ModuleConfigurationHandle moduleConfigurationHandle, File externalResourceDirectory, Map<String, Object> containerConfigProperties, DevAppServer devAppServer)