Class ManifestSection

java.lang.Object
org.apache.maven.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.