Uses of Interface
com.google.appengine.tools.development.LocalServerEnvironment
Packages that use LocalServerEnvironment
-
Uses of LocalServerEnvironment in com.google.appengine.tools.development
Methods in com.google.appengine.tools.development that return LocalServerEnvironmentModifier 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.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) AbstractModule.getLocalServerEnvironment()LocalServiceContext.getLocalServerEnvironment()Fetches the local server environment.Module.getLocalServerEnvironment()Returns theLocalServerEnvironmentfor the primary instance for thisModule.Modules.getLocalServerEnvironment()Methods in com.google.appengine.tools.development with parameters of type LocalServerEnvironmentModifier and TypeMethodDescriptionApiProxyLocalFactory.create(LocalServerEnvironment localServerEnvironment) Creates a new local proxy.ApiProxyLocalFactory.create(LocalServerEnvironment localServerEnvironment, String applicationName) Creates a new local proxy that delegates some calls to a Python API server.Constructors in com.google.appengine.tools.development with parameters of type LocalServerEnvironmentModifierConstructorDescriptionApiProxyLocalImpl(LocalServerEnvironment environment) Creates the local proxy in a given context