public class PathParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
array |
protected char[] |
buf |
protected int |
bufCount |
protected int |
count |
| Constructor and Description |
|---|
PathParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSegment(String segment) |
void |
back() |
String[] |
getSegments() |
Path |
parse(String path) |
Path |
parse(String path,
int userBits) |
void |
reset() |
public PathParser()
Copyright © 2019 Nuxeo. All rights reserved.