org.apache.aries.blueprint.utils
Class HeaderParser

java.lang.Object
  extended by org.apache.aries.blueprint.utils.HeaderParser

public class HeaderParser
extends java.lang.Object

Utility class to parse a standard OSGi header with paths.

Version:
$Rev: 820286 $, $Date: 2009-09-30 15:45:55 +0100 (Wed, 30 Sep 2009) $

Nested Class Summary
static class HeaderParser.PathElement
           
 
Constructor Summary
HeaderParser()
           
 
Method Summary
static java.util.List<HeaderParser.PathElement> parseHeader(java.lang.String header)
          Parse a given OSGi header into a list of paths
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderParser

public HeaderParser()
Method Detail

parseHeader

public static java.util.List<HeaderParser.PathElement> parseHeader(java.lang.String header)
Parse a given OSGi header into a list of paths

Parameters:
header - the OSGi header to parse
Returns:
the list of paths extracted from this header


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.