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)
ScriptAccessor
get
in interface ScriptAccessor
key
- the name of the property to look upnull
Copyright © 2024. All rights reserved.