Class ManifestMF


  • public class ManifestMF
    extends Object
    Holds content of a manifest.mf file.
    • Method Detail

      • getRequiredBundles

        public Set<String> getRequiredBundles()
        Parses the manifest.mf file for names of bundles specified in require-bundle.
        Returns:
        Names of bundles required in this manifest.mf file.