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