public class ProviderModule<T extends ProviderModule<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProviderModule(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
code()
Class name of the module to be instantiated.
|
T |
code(String value)
Class name of the module to be instantiated.
|
String |
getKey() |
T |
moduleOption(String key,
Object value)
List of module options containing a name/value pair.
|
Map |
moduleOptions()
List of module options containing a name/value pair.
|
T |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic ProviderModule(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String code()
public Map moduleOptions()
public T moduleOptions(Map value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.