org.apache.ivy.osgi.core
public class ManifestParser extends java.lang.Object
Constructor and Description |
---|
ManifestParser() |
Modifier and Type | Method and Description |
---|---|
static BundleInfo |
parseJarManifest(java.io.InputStream jarStream) |
static BundleInfo |
parseManifest(java.io.File manifestFile) |
static BundleInfo |
parseManifest(java.io.InputStream manifestStream) |
static BundleInfo |
parseManifest(java.util.jar.Manifest manifest) |
public static BundleInfo parseJarManifest(java.io.InputStream jarStream) throws java.io.IOException, java.text.ParseException
java.io.IOException
java.text.ParseException
public static BundleInfo parseManifest(java.io.File manifestFile) throws java.io.IOException, java.text.ParseException
java.io.IOException
java.text.ParseException
public static BundleInfo parseManifest(java.io.InputStream manifestStream) throws java.io.IOException, java.text.ParseException
java.io.IOException
java.text.ParseException
public static BundleInfo parseManifest(java.util.jar.Manifest manifest) throws java.text.ParseException
java.text.ParseException