Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362876

Summary: [Core] Change list to return a list of sources instead a list of strings
Product: z_Archived Reporter: Beyhan Veliev <beyhan.veliev>
Component: RTPAssignee: Project Inbox <rtp.all-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: sebastian.schmidt2
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Beyhan Veliev CLA 2011-11-04 05:33:36 EDT
Change list to return a list of sources instead a list of strings.
Comment 1 Beyhan Veliev CLA 2011-11-05 05:57:42 EDT
I think we don't need to change this API. This is the API to be used for the "list" command. If all available sources are needed then there is another API (see ModelUtil.getSourceProvider().getSources() in the o.e.rtp.core bundle).
Comment 2 Sebastian Schmidt CLA 2011-11-05 07:08:11 EDT
(In reply to comment #1)
> I think we don't need to change this API. This is the API to be used for the
> "list" command. If all available sources are needed then there is another API
> (see ModelUtil.getSourceProvider().getSources() in the o.e.rtp.core bundle).

Cool! I'll test this API, but it should in fact be enough.
Comment 3 Sebastian Schmidt CLA 2011-11-08 03:59:27 EST
The suggested API does the job!