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)
ScriptAccessorget in interface ScriptAccessorname - the name of the property to look upnullCopyright © 2020. All rights reserved.