|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationBuilder
Builds String representations a Resource configuration. These may be JSON or
XML or Properties that the Container will know what to do with.
| Method Summary | |
|---|---|
java.lang.String |
toConfigurationEntry(DataSource ds)
Detects the type of the DataSource and creates an appropriate configuration. |
java.lang.String |
toConfigurationEntry(Resource resource)
Detects the type of the Resource and creates an appropriate configuration. |
| Method Detail |
|---|
java.lang.String toConfigurationEntry(Resource resource)
Resource and creates an appropriate configuration.
resource - the Resource you wish to build a configuration entry for.
java.lang.String toConfigurationEntry(DataSource ds)
DataSource and creates an appropriate configuration.
ds - the DataSource you wish to build a configuration entry for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||