|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionManifest | |
org.eclipse.datatools.connectivity.oda.consumer.helper | An ODA consumer helper package that assists an ODA consumer application to manage the diverse capabilities and behavior of individual ODA data drivers. |
org.eclipse.datatools.connectivity.oda.util.manifest | Provides a utility component for accessing the content of an ODA data source extension's manifest. |
Uses of ExtensionManifest in org.eclipse.datatools.connectivity.oda.consumer.helper |
Constructors in org.eclipse.datatools.connectivity.oda.consumer.helper with parameters of type ExtensionManifest | |
OdaDriver(ExtensionManifest driverConfig)
|
Uses of ExtensionManifest in org.eclipse.datatools.connectivity.oda.util.manifest |
Methods in org.eclipse.datatools.connectivity.oda.util.manifest that return ExtensionManifest | |
ExtensionManifest |
ManifestExplorer.getExtensionManifest(java.lang.String dataSourceId)
Returns the extension configuration information found in the plugin manifest file of the data source extension that contains the specified data source element and implements the DTP ODA run-time extension point - org.eclipse.datatools.connectivity.oda.dataSource. |
ExtensionManifest |
ManifestExplorer.getExtensionManifest(java.lang.String dataSourceId,
java.lang.String extensionPoint)
Returns the extension configuration information found in the plugin manifest file of the data source extension that contains the specified data source element and implements the specified ODA extension point. |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests()
Returns an array of ODA extension configuration information found in the plugin manifest file. |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(java.lang.String extensionPoint)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |