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

 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{MoDiscoDiscoverersManagerTabs}}
+
#REDIRECT [[MoDisco/Moved To Help Center]]
 
+
== 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).
+
 
+
[[Image:MoDisco_DiscoveryParameters.jpg]]
+
 
+
== 0.7  ==
+
 
+
initial version
+

Latest revision as of 10:57, 2 April 2012

  1. REDIRECT MoDisco/Moved To Help Center

Back to the top