public class ParameterHolder extends Object
Environment and ConfigParameters can both own parameters, hence this class.| Constructor and Description |
|---|
ParameterHolder() |
| Modifier and Type | Method and Description |
|---|---|
ParameterMap |
getParameters()
Parameters are string-to-string map, made available to
applications as system properties.
|
ParameterMap |
getRuntimeParameters()
Runtime parameters are used to communicate with the stack
that runs your application (as opposed to the application itself.)
|
public ParameterMap getParameters()
ConfigParameters.public ParameterMap getRuntimeParameters()
ConfigParameters.Copyright © 2011-2015. All Rights Reserved.