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

Difference between revisions of "MoDisco/Components/DiscoverersManager/Documentation/0.9.beta"

(Discoverers declaration API)
Line 10: Line 10:
  
 
=== Discoverers declaration API ===
 
=== Discoverers declaration API ===
 +
 +
TODO org.eclipse.modisco.infra.discoverymanager.core.Discoverer
 +
TODO org.eclipse.modisco.infra.discoverymanager.core.annotations.Parameter
 +
TODO extension point
  
 
=== Discoverers catalog and generic invocation API ===
 
=== Discoverers catalog and generic invocation API ===

Revision as of 07:36, 3 November 2010

Features are grouped according to the interested actor :

  • The end user uses existing discoverers through Eclipse workspace features
  • The adopter uses existing discoverers through a dedicated Eclipse/Java API
  • The adopter develop new discoverers through a dedicated Eclipse/Java API

End User Features

Adopter Features

Discoverers declaration API

TODO org.eclipse.modisco.infra.discoverymanager.core.Discoverer TODO org.eclipse.modisco.infra.discoverymanager.core.annotations.Parameter TODO extension point

Discoverers catalog and generic invocation API

Back to the top