Class ApplicationBundleLoader

java.lang.Object
com.yahoo.container.core.config.ApplicationBundleLoader

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

  • Method Details

    • 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.