Class PlatformBundleLoader


  • public class PlatformBundleLoader
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void useBundles​(java.util.List<java.lang.String> bundlePaths)  
      • Methods inherited from class java.lang.Object

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

      • PlatformBundleLoader

        public PlatformBundleLoader​(Osgi osgi)
    • Method Detail

      • useBundles

        public void useBundles​(java.util.List<java.lang.String> bundlePaths)