|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionManifest | |
org.eclipse.datatools.connectivity.oda.consumer.helper | |
org.eclipse.datatools.connectivity.oda.util.manifest | [Provisional] 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)
Instantiates an ODA consumer's driver helper to manage the specified ODA driver. |
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 DTP ODA dataSource extension configuration information found in the plugin manifest file. |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(boolean includesAllExtensions)
Returns an array of DTP ODA dataSource extension configuration information found in the plugin manifest file. |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(java.lang.String extensionPoint)
Returns an array of ODA dataSource extension configuration information of those extensions that implement the specified extension point. |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(java.lang.String extensionPoint,
boolean includesAllExtensions)
Returns an array of ODA dataSource extension configuration information of those extensions that implement the specified extension point. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |