Interface Osgi

    • Method Detail

      • 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)
      • hasFelixFramework

        default boolean hasFelixFramework()