public class ConfigStore extends Object
| Constructor and Description |
|---|
ConfigStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfig(String key,
Object value) |
boolean |
containsConfig(String k) |
void |
extendConfig(ConfigStore configMap) |
void |
extendConfig(Map<String,Object> map) |
Object |
getConfig(String k) |
boolean |
isEmpty() |
void |
removeConfig(String k) |
public boolean containsConfig(String k)
public void removeConfig(String k)
public void extendConfig(ConfigStore configMap)
public boolean isEmpty()
Copyright © 2020. All rights reserved.