ScriptAccessorpublic static class ScriptAccessor.ConfigurationParameterAccessor extends Object implements ScriptAccessor
ScriptAccessor.ConfigurationParameterAccessor, ScriptAccessor.EnvironmentVariableAccessor, ScriptAccessor.SystemPropertyAccessor| Constructor | Description |
|---|---|
ConfigurationParameterAccessor(ExtensionContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
get(String key) |
Get the value of the property with the supplied name.
|
public ConfigurationParameterAccessor(ExtensionContext context)
public String get(String key)
ScriptAccessorget in interface ScriptAccessorkey - the name of the property to look upnullCopyright © 2019. All rights reserved.