public class HeaderParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HeaderParser.HeaderElement |
Constructor and Description |
---|
HeaderParser() |
Modifier and Type | Method and Description |
---|---|
static List<HeaderParser.HeaderElement> |
parseHeader(String header)
Parse a given OSGi header into a list of header elements.
|
public static List<HeaderParser.HeaderElement> parseHeader(String header)
header
- the OSGi header to parseCopyright © 2005–2017. All rights reserved.