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