Class ApplicationBundleLoader


  • public class ApplicationBundleLoader
    extends Object
    Manages the set of installed and active/inactive bundles.
    Author:
    gjoranv, Tony Vaagenes
    • Method Detail

      • useBundles

        public Set<org.osgi.framework.Bundle> useBundles​(List<com.yahoo.config.FileReference> newFileReferences)
        Installs the given set of bundles and returns the set of bundles that is no longer used by the application, and should therefore be scheduled for uninstall.