Package | Description |
---|---|
ch.jm.osgi.util.bundle |
Contains classes used to parse bundle descriptors, generate bundle manifests and determining
package dependencies.
|
Modifier and Type | Method and Description |
---|---|
Clause |
BundleManifestBuilder.getExportPackage(java.lang.String packageName)
Retrieves the clause representing the exported package.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Clause> |
BundleManifestBuilder.getExportPackage()
Retrieves all exported packages.
|
java.util.Collection<Clause> |
BundleManifestBuilder.getImportPackage()
Retrieves all imported packages.
|
Modifier and Type | Method and Description |
---|---|
int |
Clause.compareTo(Clause o) |
void |
Clause.mergeFrom(Clause c)
Merges the given clause into this one.
|
void |
BundleManifestBuilder.mergeNeededImport(Clause c)
Merges a needed import into the existing ones.
|
Copyright 2009-2010 Jeremias M?rki. All Rights Reserved.