public interface Matchable
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(String part)
Indicates whether this token matches the specified part of a URL.
|
Pattern |
pattern()
Returns a regular expression pattern corresponding to this object.
|
boolean match(String part)
part - The part of URL to test for matching.true if it matches; false otherwise.Pattern pattern()
Copyright © 2021. All rights reserved.