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(java.lang.String key)OsgiManifestBundleReader. loadManifest(java.io.File bundleLocation)Load and cache OSGi manifest from path META-INF/MANIFEST.MF under the given location.private OsgiManifestDefaultBundleReader. loadManifestFile(java.io.File manifestFile)(package private) static OsgiManifestOsgiManifest. parse(java.io.InputStream stream, java.lang.String location)Constructors in org.eclipse.tycho.core.osgitools that throw OsgiManifestParserException Constructor Description OsgiManifest(java.io.InputStream stream, java.lang.String location)
-