Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.app
/
AppConfiguration
/
Builder
/
setEnv
set
Env
open
fun
setEnv
(
index
:
Int
,
value
:
EnvVar
)
:
AppConfiguration.Builder
open
fun
setEnv
(
index
:
Int
,
builderForValue
:
EnvVar.Builder
)
:
AppConfiguration.Builder
Environment variables configured for this application.
Content copied to clipboard
repeated .elide.app.EnvVar env = 7;