Hyades Report Extensions

Identifier: org.eclipse.hyades.ui.reportExtensions

Since: 0.0.1

Description: This extension point is used to register Hyades report extensions.

Configuration Markup:

   <!ELEMENT extension (reportDescriptions+)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     name  CDATA #IMPLIED
     id    CDATA #IMPLIED
   >

   <!ELEMENT reportDescriptions (reportDescription*)>

   <!ELEMENT reportDescription EMPTY>

   <!ATTLIST reportDescription
     name      CDATA #REQUIRED
     classPath CDATA #REQUIRED
     class     CDATA #REQUIRED
   >

Examples:
   <extension point="org.eclipse.hyades.ui.reportExtensions">
      <reportDescriptions>
         <reportDescription name="reportGenerator1" classPath="d:\work\reports\report1.jar" class="MyReportGenerator1"/>
         <reportDescription name="reportGenerator2" classPath="d:\work\reports\reports2" class="MyReportGenerator2"/>
      </reportDescriptions>
   </extension>

Supplied Implementation: The Hyades framework itself has a number of pre-defined editor extensions. Particular product installs may include additional editor extensions as required.

Copyright (c) 2003 Hyades project. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html