public class DefaultRuntimeProperties extends Object implements RuntimeProperties
| Constructor and Description |
|---|
DefaultRuntimeProperties() |
DefaultRuntimeProperties(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
void |
putProperties(Map<String,String> props) |
void |
setProperty(String key,
String value) |
public DefaultRuntimeProperties()
public DefaultRuntimeProperties(Properties properties)
public String getProperty(String key)
getProperty in interface RuntimePropertiespublic String getProperty(String key, String defaultValue)
getProperty in interface RuntimePropertiespublic void setProperty(String key, String value)
setProperty in interface RuntimePropertiespublic void putProperties(Map<String,String> props)
putProperties in interface RuntimePropertiesCopyright © 2011–2014 Red Hat. All rights reserved.