Class EnvironmentVariableChecker

java.lang.Object
com.google.appengine.tools.development.EnvironmentVariableChecker

public class EnvironmentVariableChecker extends Object
Checker for reporting differences between environment variables specified in an application's appengine-web.xml files and values from System.getenv().

Users can specify values for environment variables in an application's WEB-INF/appengine-web.xml file. It is not possible to set environment variables after JVM startup so we report mismatches based on the current reporting policy.