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