Uses of Class
org.eclipse.tycho.core.osgitools.OsgiManifestParserException
-
Packages that use OsgiManifestParserException Package Description org.eclipse.tycho.core.osgitools -
-
Uses of OsgiManifestParserException in org.eclipse.tycho.core.osgitools
Subclasses of OsgiManifestParserException in org.eclipse.tycho.core.osgitools Modifier and Type Class Description classInvalidOSGiManifestExceptionException signaling an otherwise valid MANIFEST does not have valid mandatory OSGi headers Bundle-SymbolicName or Bundle-Version.Methods in org.eclipse.tycho.core.osgitools that throw OsgiManifestParserException Modifier and Type Method Description org.eclipse.osgi.util.ManifestElement[]OsgiManifest. getManifestElements(String key)OsgiManifestBundleReader. loadManifest(File bundleLocation)Load and cache OSGi manifest from path META-INF/MANIFEST.MF under the given location.
-