ScriptAccessorpublic static class ScriptAccessor.EnvironmentVariableAccessor extends Object implements ScriptAccessor
ScriptAccessor.ConfigurationParameterAccessor, ScriptAccessor.EnvironmentVariableAccessor, ScriptAccessor.SystemPropertyAccessor| Constructor | Description |
|---|---|
EnvironmentVariableAccessor() |
| Modifier and Type | Method | 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 © 2019. All rights reserved.