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/DiscoverersManager"

(New page: {{MoDiscoDiscoverersManagerTabs}} A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers an...)
 
m
Line 1: Line 1:
 
{{MoDiscoDiscoverersManagerTabs}}
 
{{MoDiscoDiscoverersManagerTabs}}
 
+
== Overview ==
 
A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers and to be independent of the discoverers implementation, we provide a standard contract for discoverers. Through that, we provide a set of common tools:
 
A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers and to be independent of the discoverers implementation, we provide a standard contract for discoverers. Through that, we provide a set of common tools:
 
* a registry of all discoverers available in the Eclipse platform
 
* a registry of all discoverers available in the Eclipse platform

Revision as of 23:58, 25 February 2010

DEPRECATED use Template:MoDiscoTabs and Template:MoDiscoTab as explain here : Wiki Template for MoDisco

Overview

A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers and to be independent of the discoverers implementation, we provide a standard contract for discoverers. Through that, we provide a set of common tools:

  • a registry of all discoverers available in the Eclipse platform
  • a contextual menu to use discoverers available on a single selected resource
  • a launch configuration to run discoverers and encapsulate them in a workflow

Back to the top