blob: f8514755e33ea460c8ccadce73e6f145d3be8daf [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
*************************************************************************
* Copyright (c) 2004, 2010 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Actuate Corporation - initial API and implementation
*
*************************************************************************
-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="white">
Provides a utility component for accessing the content of an
ODA data source extension's manifest.
<br>
It can be used by an ODA consumer and/or a data provider
to discover the plug-in extension configuration.
<p>
The utility's initial entry point is the singleton <code>ManifestExplorer</code>.
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.
<br>
The content of such ODA data source extension configuration
is encapsulated in an <code>ExtensionManifest</code> and its
associated objects.
<!-- Put @see and @since tags down here. -->
@since 2.0
</body>
</html>