public class InmemoryConfiguration extends Object implements Configuration
| Constructor and Description |
|---|
InmemoryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperties(Map<String,String> properties)
Add a set of properties into the store
|
void |
addProperty(String key,
String value)
Add one property into the store, the previous value will be replaced if the key exists
|
void |
clear() |
Object |
getInternalProperty(String key) |
void |
setProperties(Map<String,String> properties)
set store
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString, toBooleanObjectpublic Object getInternalProperty(String key)
getInternalProperty in interface Configurationpublic void addProperty(String key, String value)
public void addProperties(Map<String,String> properties)
public void clear()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.