public final class EnvironmentAccess extends Object
| Modifier and Type | Field and Description |
|---|---|
static EnvironmentAccess |
INHERIT
Provides guest languages read access to process environment.
|
static EnvironmentAccess |
NONE
Provides guest languages no access to process environment.
|
public static final EnvironmentAccess NONE
NONE is a default value for Contexts created without
all access.public static final EnvironmentAccess INHERIT
INHERIT is a default
value for Contexts created with all access
set to true.