|
||||||||||
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 | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |