org.camunda.bpm.extension.osgi.util
Class HeaderParser

java.lang.Object
  extended by 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$

Nested Class Summary
static class HeaderParser.PathElement
           
 
Constructor Summary
HeaderParser()
           
 
Method Summary
static List<HeaderParser.PathElement> parseHeader(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 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.