Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.intrinsics.js.node.process
/
ProcessEnvironmentAPI
Process
Environment
API
interface
ProcessEnvironmentAPI
:
Map
<
String
,
String
>
Members
Properties
entries
Link copied to clipboard
abstract
val
entries
:
Set
<
Map.Entry
<
String
,
String
>
>
keys
Link copied to clipboard
abstract
val
keys
:
Set
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
val
values
:
Collection
<
String
>
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
Map
<
String
,
String
>
Retrieve all environment variables available to the guest program.
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
String
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
String
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean