| Summary: | [Core] Change list to return a list of sources instead a list of strings | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Beyhan Veliev <beyhan.veliev> |
| Component: | RTP | Assignee: | 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
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). (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. The suggested API does the job! |