org.camunda.bpm.extension.osgi.util
Class HeaderParser
java.lang.Object
org.camunda.bpm.extension.osgi.util.HeaderParser
public class HeaderParser
- extends Object
Utility class to parse a standard OSGi header with paths.
- Version:
- $Rev$, $Date$
| 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 © 2015 camunda services GmbH. All rights reserved.