public static class ScriptAccessor.EnvironmentVariableAccessor extends Object implements ScriptAccessor
ScriptAccessor.ConfigurationParameterAccessor, ScriptAccessor.EnvironmentVariableAccessor, ScriptAccessor.SystemPropertyAccessor
Constructor and Description |
---|
EnvironmentVariableAccessor() |
Modifier and Type | Method and Description |
---|---|
String |
get(String name)
Get the value of the property with the supplied name.
|
public String get(String name)
ScriptAccessor
get
in interface ScriptAccessor
name
- the name of the property to look upnull
Copyright © 2022. All rights reserved.