ScriptAccessor
public static class ScriptAccessor.SystemPropertyAccessor extends Object implements ScriptAccessor
ScriptAccessor.ConfigurationParameterAccessor, ScriptAccessor.EnvironmentVariableAccessor, ScriptAccessor.SystemPropertyAccessor
Constructor | Description |
---|---|
SystemPropertyAccessor() |
Modifier and Type | Method | Description |
---|---|---|
String |
get(String name) |
Get the value of the property with the supplied name.
|
public String get(String name)
ScriptAccessor
get
in interface ScriptAccessor
name
- the name of the property to look upnull
Copyright © 2019. All rights reserved.