Package org.eclipse.birt.data.oda.util.manifest

[Deprecated] Provides a utility component for accessing the content of an ODA data source extension's configuration.

See:
          Description

Class Summary
DataSetType Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.DataSetType .
DataTypeMapping Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.DataTypeMapping .
DtpManifestExplorer The DTP Manifest Explorer is the entry point to explore and access the DTP 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.
ExtensionManifest Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.ExtensionManifest .
JavaRuntimeInterface Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.JavaRuntimeInterface .
ManifestExplorer Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer .
Property Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.Property .
PropertyChoice Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.PropertyChoice .
RuntimeInterface Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.RuntimeInterface .
TraceLogging Deprecated. As of BIRT 2.0, replaced by org.eclipse.datatools.connectivity.oda.util.manifest.TraceLogging .
 

Package org.eclipse.birt.data.oda.util.manifest Description

[Deprecated] Provides a utility component for accessing the content of an ODA data source extension's configuration.

As of BIRT 2.0, the BIRT ODA run-time framework has been migrated to the Eclipse Data Tools Platform (DTP) project. It is replaced by the org.eclipse.datatools.connectivity.oda packages.


It can be used by an ODA consumer and/or a data provider to discover the plug-in extension configuration.

The utility's initial entry point is the singleton ManifestExplorer. It provides the service to explore all the static ODA data source extensions, and access to each extension's configuration information specified in its plug-in manifest file.
The content of such ODA data source extension configuration is encapsulated in an ExtensionManifest and its associated objects.

Since:
2.0.0
See Also:
org.eclipse.datatools.connectivity.oda.util.manifest


Copyright © 2005 Actuate Corp. All rights reserved.