blob: 64cdad614dde0a41851870014662dfae743e00bb [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
*************************************************************************
* Copyright (c) 2006, 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">
A utility component for accessing the content of an
ODA data source UI 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>UIManifestExplorer</code>.
It provides the service to explore all the static
ODA data source UI extensions, and access to each
extension's configuration information specified
in its plug-in manifest file.
<br>
The content of such ODA data source UI extension configuration
is encapsulated in an <code>UIExtensionManifest</code> and its
associated objects.
<!-- Put @see and @since tags down here. -->
@since 3.0
</body>
</html>