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