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