Class BundleManager

java.lang.Object
dev.galasa.framework.BundleManager
All Implemented Interfaces:
IBundleManager

public class BundleManager extends Object implements IBundleManager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isBundleActive(org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName)
    Is the supplied active in the OSGi framework
    void
    loadAllGherkinManagerBundles(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext)
     
    void
    loadBundle(org.apache.felix.bundlerepository.RepositoryAdmin repositoryAdmin, org.osgi.framework.BundleContext bundleContext, String bundleSymbolicName)
     

    Methods inherited from class java.lang.Object

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

    • BundleManager

      public BundleManager()
  • Method Details