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 catalog and generic invocation API)
Line 1: Line 1:
 +
''Work in progress''
 +
 
Features are grouped according to the interested actor :  
 
Features are grouped according to the interested actor :  
  

Revision as of 07:39, 3 November 2010

Work in progress

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

TODO org.eclipse.modisco.infra.discoverymanager.core.DiscoveryCatalog TODO org.eclipse.modisco.infra.discoverymanager.core.DiscovererHandler/ParameterHandler

Back to the top