public interface PathMatcher
| Modifier and Type | Field and Description | 
|---|---|
| static AntPathMatcher | ANTThe default Ant style patch matcher. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | matches(String pattern,
       String source)Returns  trueif the givensourcematches the specifiedpattern,falseotherwise. | 
static final AntPathMatcher ANT