@API(status=INTERNAL,
since="5.1")
public interface ScriptAccessor
Modifier and Type | Interface and Description |
---|---|
static class |
ScriptAccessor.ConfigurationParameterAccessor |
static class |
ScriptAccessor.EnvironmentVariableAccessor |
static class |
ScriptAccessor.SystemPropertyAccessor |
Modifier and Type | Method and Description |
---|---|
String |
get(String name)
Get the value of the property with the supplied name.
|
Copyright © 2020. All rights reserved.