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