public class ManifestAttribute extends Object
Constructor and Description |
---|
ManifestAttribute(String str) |
ManifestAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
add(String str) |
String |
getValue() |
boolean |
hasName(String name) |
void |
set(String name,
List<MutableManifestElement> manifestElements) |
void |
set(String name,
String value) |
void |
writeTo(Writer w,
String lineTermination)
Writes the lines to
w using the given line termination chars. |
public ManifestAttribute(String str)
public void add(String str)
public void writeTo(Writer w, String lineTermination) throws IOException
w
using the given line termination chars. There will be a
trailing newline!IOException
public boolean hasName(String name)
public String getValue()
public void set(String name, List<MutableManifestElement> manifestElements)
Copyright © 2008–2022 Eclipse Foundation. All rights reserved.