org.apache.aries.blueprint.utils
Class HeaderParser.PathElement

java.lang.Object
  extended by org.apache.aries.blueprint.utils.HeaderParser.PathElement
Enclosing class:
HeaderParser

public static class HeaderParser.PathElement
extends Object


Constructor Summary
HeaderParser.PathElement(String path)
           
 
Method Summary
 void addAttribute(String name, String value)
           
 void addDirective(String name, String value)
           
 String getAttribute(String name)
           
 Map<String,String> getAttributes()
           
 String getDirective(String name)
           
 Map<String,String> getDirectives()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderParser.PathElement

public HeaderParser.PathElement(String path)
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.