Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MoDisco/Components/DiscoverersManager

< MoDisco‎ | Components
Revision as of 07:02, 3 November 2010 by Unnamed Poltroon (Talk)

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

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