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