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() |
Map |
moduleOptions()
List of module options containing a name/value pair.
|
T |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.