@Component public class PriorityPropertyManager extends Object
| Constructor and Description |
|---|
PriorityPropertyManager(ConfigObjectFactory configObjectFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configurationListener(org.apache.commons.configuration.event.ConfigurationEvent event) |
<T> T |
createConfigObject(Class<T> cls,
Map<String,Object> parameters) |
<T> T |
createConfigObject(Class<T> cls,
Object... kvs) |
<T> T |
createConfigObject(T instance,
Map<String,Object> parameters) |
Map<Object,List<ConfigObjectProperty>> |
getConfigObjectMap() |
PriorityPropertyFactory |
getPropertyFactory() |
public PriorityPropertyManager(ConfigObjectFactory configObjectFactory)
public PriorityPropertyFactory getPropertyFactory()
public void close()
public void configurationListener(org.apache.commons.configuration.event.ConfigurationEvent event)
public Map<Object,List<ConfigObjectProperty>> getConfigObjectMap()
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.