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/Documentation/0.9.beta"

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

Revision as of 07:37, 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