| Modifier and Type | Class and Description |
|---|---|
static class |
Path.Rule |
static class |
Path.Segment |
FORWARD, PAIR_KEY, PAIR_KEY_VALUE, PAIR_NO_KEY, PAIR_NO_VALUE, PAIR_VALUE, PATH, PATH_0, PATH_1, REDIRECT, WORD| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(java.lang.String ruleText) |
java.util.List<Path.Rule> |
getRuleList() |
static java.lang.String |
listToPath(java.util.List<Path.Segment> segments) |
static boolean |
matches(java.lang.String path1,
java.lang.String path2) |
static java.util.List<Path.Segment> |
pathToList(java.lang.String path) |
public java.util.List<Path.Rule> getRuleList()
public void addRule(java.lang.String ruleText)
public static java.util.List<Path.Segment> pathToList(java.lang.String path)
public static java.lang.String listToPath(java.util.List<Path.Segment> segments)
public static boolean matches(java.lang.String path1,
java.lang.String path2)