org.osgi.impl.bundle.obr.resource
public class BundleInfo extends Object
Version: $Revision: 95 $
Constructor Summary | |
---|---|
BundleInfo(RepositoryImpl repository, File bundleJar)
Parse a zipFile from the file system. | |
BundleInfo(Manifest manifest) |
Method Summary | |
---|---|
ResourceImpl | build()
Convert the bundle to a Resource. |
Parameters: bundleJar Path name
Throws: Exception Any errors that occur
Returns: the resource
Throws: Exception