Class ApplicationBundleLoader


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.osgi.framework.Bundle> useBundles​(java.util.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • useBundles

        public java.util.Set<org.osgi.framework.Bundle> useBundles​(java.util.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.