Interface BundleInstaller

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<org.osgi.framework.Bundle> installBundles​(com.yahoo.config.FileReference reference, Osgi osgi)
      Installs the bundle with the given file reference, plus all bundles in its X-JDisc-Preinstall-Bundle directive.
    • Method Detail

      • installBundles

        java.util.List<org.osgi.framework.Bundle> installBundles​(com.yahoo.config.FileReference reference,
                                                                 Osgi osgi)
                                                          throws java.lang.InterruptedException
        Installs the bundle with the given file reference, plus all bundles in its X-JDisc-Preinstall-Bundle directive. Returns all bundles installed to the given OSGi framework as a result of this call.
        Throws:
        java.lang.InterruptedException