Class 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 Detail

      • PlatformBundleLoader

        public PlatformBundleLoader​(Osgi osgi)
    • Method Detail

      • useBundles

        public void useBundles​(List<String> bundlePaths)