doc-exports/docs/dataartsstudio/umn/dataartsstudio_01_0497.html
Xiong, Chen Xiao f3ee29a3dd DataArts UMN 20230329 version
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
2023-05-11 17:09:25 +00:00

2.3 KiB

Env Embedded Objects

An Env embedded object provides a method of obtaining an environment variable value.

Method

Table 1 Method description

Method

Description

String get(String name)

Obtains the value of a specified environment variable.

Example

The EL expression used to obtain the value of environment variable test is as follows:

#{Env.get("test")}