Class ManifestSection

java.lang.Object
org.apache.maven.shared.archiver.ManifestSection

public class ManifestSection extends Object
ManifestSection class.
  • Constructor Details

    • ManifestSection

      public ManifestSection()
  • Method Details

    • addManifestEntry

      public void addManifestEntry(String key, String value)

      addManifestEntry.

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

      public Map<String,String> getManifestEntries()

      Getter for the field manifestEntries.

      Returns:
      the entries
    • getName

      public String getName()

      Getter for the field name.

      Returns:
      the name
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - the name
    • addManifestEntries

      public void addManifestEntries(Map<String,String> map)

      addManifestEntries.

      Parameters:
      map - the map to add
    • isManifestEntriesEmpty

      public boolean isManifestEntriesEmpty()

      isManifestEntriesEmpty.

      Returns:
      true if empty false otherwise