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 Context
s created without
all access
.public static final EnvironmentAccess INHERIT
INHERIT
is a default
value for Context
s created with all access
set to true
.