|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSource
Class representing a data source.
| Method Summary | ||
|---|---|---|
Map<String,String> |
getAdditionalValues(boolean exceptPassword)
Get the additional datasource configuration information. |
|
String |
getDescription()
Get the datasource description. |
|
String |
getId()
Get the datasource ID. |
|
String |
getName()
Get the datasource name. |
|
|
getQueries()
Get the queries on this datasource. |
|
String |
getType()
Get the datasource type. |
|
| Method Detail |
|---|
String getId()
String getName()
String getDescription()
String getType()
Map<String,String> getAdditionalValues(boolean exceptPassword)
exceptPassword - true to do not return password values
<T extends Query> Map<String,T> getQueries()
T - the Query subclass managed by this DataSource.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||