Community
Participate
Working Groups
Change list to return a list of sources instead a list of strings.
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!