public interface ConfigurationBuilder
Container will know what to do with.| Modifier and Type | Method and Description |
|---|---|
String |
toConfigurationEntry(DataSource ds)
Detects the type of the
DataSource and creates an appropriate configuration. |
String |
toConfigurationEntry(Resource resource)
Detects the type of the
Resource and creates an appropriate configuration. |
String toConfigurationEntry(Resource resource)
Resource and creates an appropriate configuration.resource - the Resource you wish to build a configuration entry for.String toConfigurationEntry(DataSource ds)
DataSource and creates an appropriate configuration.ds - the DataSource you wish to build a configuration entry for.Copyright © 2004-2013 Codehaus. All Rights Reserved.