public class ManifestSection extends Object
Constructor and Description |
---|
ManifestSection() |
Modifier and Type | Method and Description |
---|---|
void |
addManifestEntries(Map<String,String> map) |
void |
addManifestEntry(String key,
String value) |
Map<String,String> |
getManifestEntries() |
String |
getName() |
boolean |
isManifestEntriesEmpty() |
void |
setName(String name) |
public void addManifestEntry(String key, String value)
key
- The key of the manifest entry.value
- The appropriate value.public String getName()
public void setName(String name)
name
- the name.public void addManifestEntries(Map<String,String> map)
map
- The map to add.public boolean isManifestEntriesEmpty()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.