org.apache.xbean.osgi.bundle.util
Class HeaderParser.HeaderElement
java.lang.Object
org.apache.xbean.osgi.bundle.util.HeaderParser.HeaderElement
- Enclosing class:
- HeaderParser
public static class HeaderParser.HeaderElement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderParser.HeaderElement
public HeaderParser.HeaderElement(String path)
getName
public String getName()
getAttributes
public Map<String,String> getAttributes()
getAttribute
public String getAttribute(String name)
addAttribute
public void addAttribute(String name,
String value)
getDirectives
public Map<String,String> getDirectives()
getDirective
public String getDirective(String name)
addDirective
public void addDirective(String name,
String value)
Copyright © 2005-2011. All Rights Reserved.