|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionManifest | |
---|---|
org.eclipse.datatools.connectivity.oda.util.manifest | [Platform API] 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.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 corresponding plugin manifest file. |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(boolean includesAllExtensions)
Deprecated. As of DTP 1.0, replaced by ManifestExplorer.getExtensionManifests(String, org.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer.Filter) |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(ManifestExplorer.Filter collectionFilter)
Returns an array of DTP ODA dataSource extension configuration information of those extensions that implement the DTP ODA extension point and meet the filter criteria. |
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)
Deprecated. As of DTP 1.0, replaced by ManifestExplorer.getExtensionManifests(String, org.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer.Filter) |
ExtensionManifest[] |
ManifestExplorer.getExtensionManifests(java.lang.String extensionPoint,
ManifestExplorer.Filter collectionFilter)
Returns an array of ODA dataSource extension configuration information of those extensions that implement the specified extension point and meet the filter criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |