public class RuntimeProperty extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RuntimeProperty(String name) |
RuntimeProperty(String name,
Map<String,String> parameters)
Create a new RuntimeProperty from the name name and a map of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String parameterName) |
String |
getProperty(String name) |
String |
getSection() |
String |
setProperty(String name,
String value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic RuntimeProperty(String name, Map<String,String> parameters)
name - The parent name of the parameters.parameters - A key-value map of the parameters.public RuntimeProperty(String name)
Copyright © 2013. All Rights Reserved.