@Address(value="/subsystem=microprofile-config/config-source-provider=*") public class ConfigSourceProvider<T extends ConfigSourceProvider<T>> extends Object implements org.wildfly.swarm.config.runtime.Keyed
| Constructor and Description |
|---|
ConfigSourceProvider(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Map |
attributeClass()
Class of the ConfigSourceProvider to load
|
T |
attributeClass(Map value)
Class of the ConfigSourceProvider to load
|
T |
attributeClass(String key,
Object value)
Class of the ConfigSourceProvider to load
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ConfigSourceProvider(String key)
public String getKey()
getKey in interface org.wildfly.swarm.config.runtime.Keyedpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="class") public Map attributeClass()
Copyright © 2018 JBoss by Red Hat. All rights reserved.