|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.aries.blueprint.utils.HeaderParser
public class HeaderParser
Utility class to parse a standard OSGi header with paths.
Nested Class Summary | |
---|---|
static class |
HeaderParser.PathElement
|
Constructor Summary | |
---|---|
HeaderParser()
|
Method Summary | |
---|---|
static java.util.List<HeaderParser.PathElement> |
parseHeader(java.lang.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 |
---|
public HeaderParser()
Method Detail |
---|
public static java.util.List<HeaderParser.PathElement> parseHeader(java.lang.String header)
header
- the OSGi header to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |