public class ProviderModule<T extends ProviderModule> extends Object
| Constructor and Description |
|---|
ProviderModule(String key) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ProviderModule(String key)
public String getKey()
public String code()
public Map moduleOptions()
public T moduleOptions(Map value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.