|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osgi.impl.bundle.obr.resource.BundleInfo
public class BundleInfo
Convert a bundle to a generic resource description and store its local dependencies (like for example a license file in the JAR) in a zip file.
Constructor Summary | |
---|---|
BundleInfo(Manifest manifest)
|
|
BundleInfo(RepositoryImpl repository,
java.io.File bundleJar)
Parse a zipFile from the file system. |
Method Summary | |
---|---|
ResourceImpl |
build()
Convert the bundle to a Resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleInfo(RepositoryImpl repository, java.io.File bundleJar) throws java.lang.Exception
bundleJar
- Path name
java.lang.Exception
- Any errors that occurpublic BundleInfo(Manifest manifest) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public ResourceImpl build() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |