org.sonatype.tycho.versions.bundle
Class ManifestAttribute
java.lang.Object
org.sonatype.tycho.versions.bundle.ManifestAttribute
public class ManifestAttribute
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManifestAttribute
public ManifestAttribute(String str)
ManifestAttribute
public ManifestAttribute(String name,
String value)
add
public void add(String str)
writeTo
public void writeTo(Writer w)
throws IOException
- Throws:
IOException
hasName
public boolean hasName(String name)
getValue
public String getValue()
set
public void set(String name,
String value)
Copyright © 2008-2011. All Rights Reserved.