[
https://issues.apache.org/jira/browse/FELIX-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Moloney updated FELIX-1276:
-------------------------------
Attachment: FELIX-1276-GetFeatures.patch
This is a more complete implementation, which includes:
- three new methods for FeaturesService
Feature[] getFeatures();
Feature[] getInstalledFeatures();
boolen isInstalled(Feature f);
- deprecation of the old methods in FeaturesService
String[] listFeatures();
String[] listInstalledFeatures();
- an updated implementation of the "features/list" command
> There is no way to get all the Feature information from the FeaturesService
> ---------------------------------------------------------------------------
>
> Key: FELIX-1276
> URL: https://issues.apache.org/jira/browse/FELIX-1276
> Project: Felix
> Issue Type: Improvement
> Components: Karaf
> Reporter: Tim Moloney
> Attachments: FELIX-1276-GetFeatures.patch
>
>
> There is no way to get Feature information from the FeaturesService, other
> than "string-scraping", which only provides name, version, and state.
> Add a way to get the Feature objects so that all the Feature information can
> be accessed (depedencies, bundles, configuration, etc.).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.