@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 |
---|---|
String |
get(String name)
Deprecated.
Get the value of the property with the supplied name.
|
Copyright © 2019. All rights reserved.