Class ManifestMF
- java.lang.Object
-
- org.palladiosimulator.dependencytool.ManifestMF
-
public class ManifestMF extends Object
Holds content of a manifest.mf file.
-
-
Constructor Summary
Constructors Constructor Description ManifestMF(InputStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getRequiredBundles()
Parses the manifest.mf file for names of bundles specified in require-bundle.
-
-
-
Constructor Detail
-
ManifestMF
public ManifestMF(InputStream stream) throws IOException
- Throws:
IOException
-
-