public class PathWildcardMatcher extends Object
Constructor and Description |
---|
PathWildcardMatcher(String wildCardString) |
PathWildcardMatcher(String wildCardString,
boolean caseInsensitive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Pattern |
getWildcardPattern()
Deprecated.
internal don't use it!
|
int |
hashCode() |
boolean |
matches(String testString) |
String |
toString() |
public PathWildcardMatcher(String wildCardString)
public PathWildcardMatcher(String wildCardString, boolean caseInsensitive)
Copyright © 2004–2017 52north.org. All rights reserved.