public interface StoreConfiguration
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(java.lang.String prop)
Get the value of specified configuration property
|
void |
setProperties(java.util.Map properties)
Set multiple configuration properties.
|
java.lang.Object |
setProperty(java.lang.String prop, java.lang.Object value)
Set specified configuration property
|
java.lang.Object getProperty(java.lang.String prop)
prop - Property name
java.lang.Object setProperty(java.lang.String prop,
java.lang.Object value)
prop - Property namevalue - Property valuevoid setProperties(java.util.Map properties)
properties - Map of properties to be set. Each entry in this map will specify one property and its value