public class Datasources<T extends Datasources> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Datasources.DatasourcesResources
Child mutators for Datasources
|
| Constructor and Description |
|---|
Datasources() |
| Modifier and Type | Method and Description |
|---|---|
T |
dataSource(DataSource value)
Add the org.wildfly.swarm.config.datasources.DataSource object to the list of subresources
|
T |
dataSource(String childKey)
Create and configure a org.wildfly.swarm.config.datasources.DataSource object to the list of subresources
|
T |
dataSource(String childKey,
DataSourceConfigurator config)
Create and configure a org.wildfly.swarm.config.datasources.DataSource object to the list of subresources
|
T |
dataSources(List<DataSource> value)
Add all org.wildfly.swarm.config.datasources.DataSource objects to this subresource
|
String |
getKey() |
T |
installedDriver(Map value)
List of JDBC drivers that have been installed in the runtime
|
List<Map> |
installedDrivers()
List of JDBC drivers that have been installed in the runtime
|
T |
installedDrivers(List<Map> value)
List of JDBC drivers that have been installed in the runtime
|
T |
jdbcDriver(JDBCDriver value)
Add the org.wildfly.swarm.config.datasources.JDBCDriver object to the list of subresources
|
T |
jdbcDriver(String childKey)
Create and configure a org.wildfly.swarm.config.datasources.JDBCDriver object to the list of subresources
|
T |
jdbcDriver(String childKey,
JDBCDriverConfigurator config)
Create and configure a org.wildfly.swarm.config.datasources.JDBCDriver object to the list of subresources
|
T |
jdbcDrivers(List<JDBCDriver> value)
Add all org.wildfly.swarm.config.datasources.JDBCDriver objects to this subresource
|
Datasources.DatasourcesResources |
subresources() |
T |
xaDataSource(String childKey)
Create and configure a org.wildfly.swarm.config.datasources.XADataSource object to the list of subresources
|
T |
xaDataSource(String childKey,
XADataSourceConfigurator config)
Create and configure a org.wildfly.swarm.config.datasources.XADataSource object to the list of subresources
|
T |
xaDataSource(XADataSource value)
Add the org.wildfly.swarm.config.datasources.XADataSource object to the list of subresources
|
T |
xaDataSources(List<XADataSource> value)
Add all org.wildfly.swarm.config.datasources.XADataSource objects to this subresource
|
public String getKey()
public List<Map> installedDrivers()
public T installedDrivers(List<Map> value)
public T installedDriver(Map value)
public Datasources.DatasourcesResources subresources()
public T jdbcDrivers(List<JDBCDriver> value)
value - List of org.wildfly.swarm.config.datasources.JDBCDriver objects.public T jdbcDriver(JDBCDriver value)
value - The org.wildfly.swarm.config.datasources.JDBCDriver to addpublic T jdbcDriver(String childKey, JDBCDriverConfigurator config)
key - The key for the org.wildfly.swarm.config.datasources.JDBCDriver resourceconfig - The org.wildfly.swarm.config.datasources.JDBCDriverConfigurator to usepublic T jdbcDriver(String childKey)
key - The key for the org.wildfly.swarm.config.datasources.JDBCDriver resourcepublic T xaDataSources(List<XADataSource> value)
value - List of org.wildfly.swarm.config.datasources.XADataSource objects.public T xaDataSource(XADataSource value)
value - The org.wildfly.swarm.config.datasources.XADataSource to addpublic T xaDataSource(String childKey, XADataSourceConfigurator config)
key - The key for the org.wildfly.swarm.config.datasources.XADataSource resourceconfig - The org.wildfly.swarm.config.datasources.XADataSourceConfigurator to usepublic T xaDataSource(String childKey)
key - The key for the org.wildfly.swarm.config.datasources.XADataSource resourcepublic T dataSources(List<DataSource> value)
value - List of org.wildfly.swarm.config.datasources.DataSource objects.public T dataSource(DataSource value)
value - The org.wildfly.swarm.config.datasources.DataSource to addpublic T dataSource(String childKey, DataSourceConfigurator config)
key - The key for the org.wildfly.swarm.config.datasources.DataSource resourceconfig - The org.wildfly.swarm.config.datasources.DataSourceConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.