Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoDisco/Components/JEE/Architecture/0.9"

Line 1: Line 1:
{{MoDiscoTabs|JEE|0|0|1}}
+
{{MoDiscoTabs|JEE|
 +
{{MoDiscoTab|JEE|Documentation|0.9}}{{MoDiscoTab|JEE|Architecture|0.9}}
 +
}}
 
=Class Architecture=
 
=Class Architecture=
  

Revision as of 11:09, 6 September 2010

MoDisco
Website
Download
Community
Mailing ListForums
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse SourceProject Set File

Class Architecture

In order to apply a single file discoverer directly to a project, we use the ProjectDeploymentDescriptorDiscoverer.

  • It lists all the xml files in the containers
  • It retrieves the Discoverer to be used with getSingleFileDiscoverer()
  • It applies the discoverer to every xml files listed and store the returned resource
  • It merges all the resources and open the result using the factory obtained with getDiscovererFactory()
Class Diagram for Deployment Descriptor Discoverers

Copyright © Eclipse Foundation, Inc. All Rights Reserved.