Class PlatformBundleLoader

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

public class PlatformBundleLoader extends Object
Used to install the bundles that are added as platform bundles by the config-model. All platform bundles reside on disk, and they are never uninstalled. Platform bundles are allowed to pre-install other bundles on disk via the X-JDisc-Preinstall-Bundle manifest header. Attempts to install additional bundles, after the first call, should be a NOP.
Author:
gjoranv
  • Constructor Details

    • PlatformBundleLoader

      public PlatformBundleLoader(Osgi osgi)
  • Method Details

    • useBundles

      public void useBundles(List<String> bundlePaths)