Felix Meschberger created SLING-2528:
----------------------------------------

             Summary: Allow resources to be queried from the OSGi Installer 
service
                 Key: SLING-2528
                 URL: https://issues.apache.org/jira/browse/SLING-2528
             Project: Sling
          Issue Type: New Feature
          Components: Installer
    Affects Versions: Installer Core 3.3.6
            Reporter: Felix Meschberger


The OsgiInstaller service currently only allows for resource registration and 
update. It would be interesting to have a query interface to ask the 
OsgiInstaller service for currently installed resources:

   // known resources or empty array if none
   InstallableResource[] getResources();

This could for example be used to expose the bundles known to the OSGi 
Installer as a Maven Repository for simple setup of a development environment 
based on an existing Sling instance.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to