Class Environment

java.lang.Object
org.mozilla.javascript.ScriptableObject
org.mozilla.javascript.tools.shell.Environment
All Implemented Interfaces:
Serializable, ConstProperties, DebuggableObject, Scriptable

public class Environment extends ScriptableObject
Environment, intended to be instantiated at global scope, provides a natural way to access System properties from JavaScript.
See Also: