Package org.apache.maven.archiver
Class ManifestSection
java.lang.Object
org.apache.maven.archiver.ManifestSection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addManifestEntries
(Map<String, String> map) void
addManifestEntry
(String key, String value) getName()
boolean
void
-
Field Details
-
name
-
manifestEntries
-
-
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.
-