public class RuntimeProperty extends Object
| Constructor and Description |
|---|
RuntimeProperty(String section) |
RuntimeProperty(String section,
Map<String,String> parameters)
Create a new RuntimeProperty from the section name and a map of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String parameterName) |
Map<String,String> |
getParameters() |
String |
getSectionName() |
public RuntimeProperty(String section, Map<String,String> parameters)
section - The parent section of the parameters.parameters - A key-value map of the parameters.public RuntimeProperty(String section)
Copyright © 2013. All Rights Reserved.