public class PathParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathParser.Node |
static interface |
PathParser.PathConsumer |
| Modifier and Type | Field and Description |
|---|---|
static char |
ORIGIN_SEPARATOR |
static char |
PATH_SEPARATOR |
| Constructor and Description |
|---|
PathParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parse(String path,
PathParser.PathConsumer consumer) |
public static final char PATH_SEPARATOR
public static final char ORIGIN_SEPARATOR
public static void parse(String path, PathParser.PathConsumer consumer) throws PathParserException, PathConsumerException
Copyright © 2016–2019 JBoss by Red Hat. All rights reserved.