Uses of Class
org.apache.aries.application.utils.manifest.BundleManifest

Packages that use BundleManifest
org.apache.aries.application.utils.management   
org.apache.aries.application.utils.manifest   
 

Uses of BundleManifest in org.apache.aries.application.utils.management
 

Constructors in org.apache.aries.application.utils.management with parameters of type BundleManifest
SimpleBundleInfo(BundleManifest bm, String location)
           
 

Uses of BundleManifest in org.apache.aries.application.utils.manifest
 

Methods in org.apache.aries.application.utils.manifest that return BundleManifest
static BundleManifest BundleManifest.fromBundle(File f)
          Retrieve a bundle manifest from the given jar file, which can be exploded or compressed
static BundleManifest BundleManifest.fromBundle(IFile f)
          Retrieve a BundleManifest from the given jar file
static BundleManifest BundleManifest.fromBundle(InputStream is)
          Read a manifest from a jar input stream.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.