public static class ScriptAccessor.ConfigurationParameterAccessor extends java.lang.Object implements ScriptAccessor
ScriptAccessor.ConfigurationParameterAccessor, ScriptAccessor.EnvironmentVariableAccessor, ScriptAccessor.SystemPropertyAccessor| Modifier and Type | Field and Description |
|---|---|
private ExtensionContext |
context |
| Constructor and Description |
|---|
ConfigurationParameterAccessor(ExtensionContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(java.lang.String key)
Get the value of the property with the supplied name.
|
private final ExtensionContext context
public ConfigurationParameterAccessor(ExtensionContext context)
public java.lang.String get(java.lang.String key)
ScriptAccessorget in interface ScriptAccessorkey - the name of the property to look upnull