Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362876 - [Core] Change list to return a list of sources instead a list of strings
Summary: [Core] Change list to return a list of sources instead a list of strings
Status: RESOLVED WORKSFORME
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: RTP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 05:33 EDT by Beyhan Veliev CLA
Modified: 2021-03-23 18:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!