org.apache.geronimo.blueprint.utils
Class HeaderParser
java.lang.Object
org.apache.geronimo.blueprint.utils.HeaderParser
public class HeaderParser
- extends Object
Utility class to parse a standard OSGi header with paths.
- Version:
- $Rev: 786132 $, $Date: 2009-06-18 17:47:58 +0200 (Thu, 18 Jun 2009) $
- Author:
- Apache Geronimo Project
| 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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.