|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.data.oda.util.manifest.ManifestExplorer
org.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer .
The Manifest Explorer is the entry point to explore and access
the BIRT ODA manifest of all the ODA plug-ins extensions that implement the
org.eclipse.birt.data.oda.dataSource or
org.eclipse.datatools.connectivity.oda.dataSource extension point.
The ManifestExplorer singleton instance can be retrieved
using the getInstance() method.
| Method Summary | |
java.util.Properties |
getDataSourceIdentifiers()
Deprecated. Returns a collection of identifiers of all ODA data source extensions. |
ExtensionManifest |
getExtensionManifest(java.lang.String extensionId)
Deprecated. Returns the extension configuration information found in the plugin manifest file of the specified data source extension. |
ExtensionManifest[] |
getExtensionManifests()
Deprecated. Returns an array of ODA extension configuration information found in the plugin manifest file. |
static ManifestExplorer |
getInstance()
Deprecated. Gets the ManifestExplorer instance to
explore the manifest of the data source extensions. |
static void |
releaseInstance()
Deprecated. Singleton instance release method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ManifestExplorer getInstance()
ManifestExplorer instance to
explore the manifest of the data source extensions.
ManifestExplorer instance.public static void releaseInstance()
public java.util.Properties getDataSourceIdentifiers()
Properties if there are
no data source extensions found.
Properties containing the id
and display name of all data source extensions.
public ExtensionManifest getExtensionManifest(java.lang.String extensionId)
throws OdaException
extensionId - the unique id of the data source element
in a data source extension.
java.lang.IllegalArgumentException - if no ODA driver plugin supports the data source extension ID.
OdaException - if the extension manifest is invalid.public ExtensionManifest[] getExtensionManifests()
ExtensionManifest array containing
the definition of all valid ODA data source extensions.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||