public class InmemoryConfiguration extends Object implements Configuration
| 构造器和说明 |
|---|
InmemoryConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
containsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString, toBooleanObjectpublic Object getInternalProperty(String key)
getInternalProperty 在接口中 Configurationpublic void addProperty(String key, String value)
public void addProperties(Map<String,String> properties)
public void clear()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.