org.apache.aries.blueprint.utils
Class HeaderParser.PathElement
java.lang.Object
org.apache.aries.blueprint.utils.HeaderParser.PathElement
- Enclosing class:
- HeaderParser
public static class HeaderParser.PathElement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderParser.PathElement
public HeaderParser.PathElement(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 © 2009-2011 The Apache Software Foundation. All Rights Reserved.