Package org.apache.aries.subsystem.core.archive

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


import org.osgi.service.repository.RepositoryContent;
import org.osgi.service.subsystem.SubsystemException;

public class BundleResource implements Resource, RepositoryContent {
  private static BundleManifest computeManifest(IDirectory directory) {
    return new BundleManifest(org.apache.aries.util.manifest.BundleManifest
        .fromBundle(directory)
        .getRawManifest());
  }
View Full Code Here

TOP

Related Classes of org.apache.aries.subsystem.core.archive.BundleManifest

Copyright © 2018 www.massapicom. 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.