public class 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.
|
ProviderModule |
code(String value)
Class name of the module to be instantiated.
|
String |
getKey() |
Map |
moduleOptions()
List of module options containing a name/value pair.
|
ProviderModule |
moduleOptions(Map value)
List of module options containing a name/value pair.
|
public ProviderModule(String key)
public String getKey()
public String code()
public ProviderModule code(String value)
public Map moduleOptions()
public ProviderModule moduleOptions(Map value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.