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/New And Noteworthy"

(0.8)
Line 2: Line 2:
 
  {{MoDiscoTab|DiscoverersManager|Documentation|0.7}}{{MoDiscoTab|DiscoverersManager|Documentation|0.8}}{{MoDiscoTab|DiscoverersManager|Documentation|0.9}}{{MoDiscoTab|DiscoverersManager|Architecture|}}
 
  {{MoDiscoTab|DiscoverersManager|Documentation|0.7}}{{MoDiscoTab|DiscoverersManager|Documentation|0.8}}{{MoDiscoTab|DiscoverersManager|Documentation|0.9}}{{MoDiscoTab|DiscoverersManager|Architecture|}}
 
}}
 
}}
 +
 +
== 0.9 ==
 +
 +
''Discoverer framework is currently refactored to satisfy new requirements, including some simplification for adopters.''
 +
'' The related documentation is currently in progress and will published in the meantime than the components.''
  
 
== 0.8  ==
 
== 0.8  ==

Revision as of 07:04, 3 November 2010

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

0.9

Discoverer framework is currently refactored to satisfy new requirements, including some simplification for adopters. The related documentation is currently in progress and will published in the meantime than the components.

0.8

We have added notion of discovery parameters in process. So it changes the api of Discoverer interface: method "Resource discoverElement(final Object source, final URI target)" is now deprecated and has been replaced by method "void discoverElement(final Object source, final Map<DiscoveryParameter, Object> parameters)". This new method is more generic and should be used in coordination with provided list of discovery parameters.

We provide also an abstract class "AbstractDiscovererImpl" to ease the development of new discoverers.

The launch configuration dedicated to discovery has been adapted to represent all discovery parameters and to edit their values (it only supports basic types, like primitive types and collection of String).

MoDisco DiscoveryParameters.jpg

0.7

initial version

Back to the top