Examples of ProvideBundleCapability


Examples of org.apache.aries.subsystem.core.archive.ProvideBundleCapability

 
  private void computeOsgiWiringBundleCapability() {
    // TODO The osgi.wiring.bundle capability should not be provided for fragments. Nor should the host capability.
    BundleSymbolicNameHeader bsnh = (BundleSymbolicNameHeader)manifest.getHeader(BundleSymbolicNameHeader.NAME);
    BundleVersionHeader bvh = (BundleVersionHeader)manifest.getHeader(BundleVersionHeader.NAME);
    capabilities.add(new ProvideBundleCapability(bsnh, bvh, this));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.