Interface Osgi

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void allowDuplicateBundles​(java.util.Collection<org.osgi.framework.Bundle> bundles)  
      org.osgi.framework.Bundle getBundle​(com.yahoo.component.ComponentSpecification bundleId)  
      org.osgi.framework.Bundle[] getBundles()  
      java.util.List<org.osgi.framework.Bundle> getCurrentBundles()
      Returns all bundles that have not been scheduled for uninstall.
      java.util.List<org.osgi.framework.Bundle> getInitialBundles()  
      java.util.List<org.osgi.framework.Bundle> install​(java.lang.String absolutePath)  
    • Method Detail

      • getInitialBundles

        java.util.List<org.osgi.framework.Bundle> getInitialBundles()
      • getBundles

        org.osgi.framework.Bundle[] getBundles()
      • getCurrentBundles

        java.util.List<org.osgi.framework.Bundle> getCurrentBundles()
        Returns all bundles that have not been scheduled for uninstall.
      • getBundle

        org.osgi.framework.Bundle getBundle​(com.yahoo.component.ComponentSpecification bundleId)
      • install

        java.util.List<org.osgi.framework.Bundle> install​(java.lang.String absolutePath)
      • allowDuplicateBundles

        void allowDuplicateBundles​(java.util.Collection<org.osgi.framework.Bundle> bundles)