Package org.apache.maven.archiver
Class ManifestSection
java.lang.Object
org.apache.maven.archiver.ManifestSection
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addManifestEntries
(Map<String, String> map) void
addManifestEntry
(String key, String value) getName()
boolean
void
-
Constructor Details
-
ManifestSection
public ManifestSection()
-
-
Method Details
-
addManifestEntry
- Parameters:
key
- The key of the manifest entry.value
- The appropriate value.
-
getManifestEntries
- Returns:
- The entries.
-
getName
- Returns:
- The name.
-
setName
- Parameters:
name
- the name.
-
addManifestEntries
- Parameters:
map
- The map to add.
-
isManifestEntriesEmpty
public boolean isManifestEntriesEmpty()- Returns:
- true if empty false otherwise.
-