App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.devappserver2.java_application.JavaApplication Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.java_application.JavaApplication:

Public Member Functions

def __init__
 
def get_environment
 

Detailed Description

An abstraction around the compiled class files for a Java application.

Constructor & Destructor Documentation

def google.appengine.tools.devappserver2.java_application.JavaApplication.__init__ (   self,
  module_configuration 
)
Initializer for Module.

Args:
  module_configuration: An application_configuration.ModuleConfiguration
  instance storing the configuration data for a module.

Member Function Documentation

def google.appengine.tools.devappserver2.java_application.JavaApplication.get_environment (   self)
Return the environment that should be used to run the Java executable.

The documentation for this class was generated from the following file: