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"

m (Class Architecture)
(No difference)

Revision as of 11:08, 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

Back to the top