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|
+
#REDIRECT [[MoDisco/Moved To Help Center]]
{{MoDiscoTab|JEE|Documentation|0.9}}{{MoDiscoTab|JEE|Architecture|0.9}}
+
}}
+
=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()
+
 
+
[[Image:ClassDiagramForDeploymentDescriptorDiscoverer.jpg|frame|center|Class Diagram for Deployment Descriptor Discoverers]]
+

Latest revision as of 11:50, 2 April 2012

  1. REDIRECT MoDisco/Moved To Help Center

Back to the top