Package | Description |
---|---|
org.eclipse.tycho.core.osgitools |
Modifier and Type | Class and Description |
---|---|
class |
InvalidOSGiManifestException
Exception signaling an otherwise valid MANIFEST does not have valid mandatory OSGi headers
Bundle-SymbolicName or Bundle-Version.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.osgi.util.ManifestElement[] |
OsgiManifest.getManifestElements(java.lang.String key) |
OsgiManifest |
BundleReader.loadManifest(java.io.File bundleLocation)
Load and cache OSGi manifest from path META-INF/MANIFEST.MF under the given location.
|
private OsgiManifest |
DefaultBundleReader.loadManifestFile(java.io.File manifestFile) |
(package private) static OsgiManifest |
OsgiManifest.parse(java.io.InputStream stream,
java.lang.String location) |
Constructor and Description |
---|
OsgiManifest(java.io.InputStream stream,
java.lang.String location) |