Package org.apache.maven.archiver
Class ManifestSection
java.lang.Object
org.apache.maven.archiver.ManifestSection
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddManifestEntries(Map<String, String> map) voidaddManifestEntry(String key, String value) getName()booleanvoid
-
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.
-