Class ManifestSection


  • public class ManifestSection
    extends Object
    • Constructor Detail

      • ManifestSection

        public ManifestSection()
    • Method Detail

      • addManifestEntry

        public void addManifestEntry​(String key,
                                     String value)
        Parameters:
        key - The key of the manifest entry.
        value - The appropriate value.
      • getManifestEntries

        public Map<String,​String> getManifestEntries()
        Returns:
        The entries.
      • getName

        public String getName()
        Returns:
        The name.
      • setName

        public void setName​(String name)
        Parameters:
        name - the name.
      • addManifestEntries

        public void addManifestEntries​(Map<String,​String> map)
        Parameters:
        map - The map to add.
      • isManifestEntriesEmpty

        public boolean isManifestEntriesEmpty()
        Returns:
        true if empty false otherwise.