public class PathMatcher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_FOUND |
| Constructor and Description |
|---|
PathMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String pattern,
int kind) |
int |
getIntVar(int index) |
long |
getLongVar(int index) |
java.lang.String |
getVar(int index) |
int |
match(Path path) |
public static final int NOT_FOUND
public void add(java.lang.String pattern,
int kind)
public int match(Path path)
public java.lang.String getVar(int index)
public int getIntVar(int index)
public long getLongVar(int index)