Class ManifestSection


  • public class ManifestSection
    extends java.lang.Object

    ManifestSection class.

    • Constructor Summary

      Constructors 
      Constructor Description
      ManifestSection()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addManifestEntries​(java.util.Map<java.lang.String,​java.lang.String> map)
      addManifestEntries.
      void addManifestEntry​(java.lang.String key, java.lang.String value)
      addManifestEntry.
      java.util.Map<java.lang.String,​java.lang.String> getManifestEntries()
      Getter for the field manifestEntries.
      java.lang.String getName()
      Getter for the field name.
      boolean isManifestEntriesEmpty()
      isManifestEntriesEmpty.
      void setName​(java.lang.String name)
      Setter for the field name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManifestSection

        public ManifestSection()
    • Method Detail

      • addManifestEntry

        public void addManifestEntry​(java.lang.String key,
                                     java.lang.String value)

        addManifestEntry.

        Parameters:
        key - The key of the manifest entry.
        value - The appropriate value.
      • getManifestEntries

        public java.util.Map<java.lang.String,​java.lang.String> getManifestEntries()

        Getter for the field manifestEntries.

        Returns:
        The entries.
      • getName

        public java.lang.String getName()

        Getter for the field name.

        Returns:
        The name.
      • setName

        public void setName​(java.lang.String name)

        Setter for the field name.

        Parameters:
        name - the name.
      • addManifestEntries

        public void addManifestEntries​(java.util.Map<java.lang.String,​java.lang.String> map)

        addManifestEntries.

        Parameters:
        map - The map to add.
      • isManifestEntriesEmpty

        public boolean isManifestEntriesEmpty()

        isManifestEntriesEmpty.

        Returns:
        true if empty false otherwise.