public static interface CatalogInfo.DataSource
| Modifier and Type | Method and Description |
|---|---|
JNode |
getDataSourceTree()
Returns the tree in
JNode of total resource handles
defined in the data source. |
String |
getName()
Returns the data source name.
|
String |
getResourceHandle(String handleName)
Returns the handle with the specified handle name.
|
String[] |
getResourceHandleNames()
Returns all resources handle names defined in the data source.
|
JNode |
getResourceTree(String handle)
Returns the tree in
JNode with the specified resource handle. |
String getName()
String[] getResourceHandleNames()
String getResourceHandle(String handleName)
handleName - the handle name.JNode getDataSourceTree()
JNode of total resource handles
defined in the data source.JNode.© insightsoftware. All rights reserved.