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 RuntimeProperties
public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
getProperty
in interface RuntimeProperties
public void setProperty(java.lang.String key, java.lang.String value)
setProperty
in interface RuntimeProperties
public void putProperties(java.util.Map<java.lang.String,java.lang.String> props)
putProperties
in interface RuntimeProperties
Copyright © 2016 Red Hat. All Rights Reserved.