public abstract class URLPatternCheck extends Object
| Constructor and Description |
|---|
URLPatternCheck() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
check(URLPattern base,
URLPattern test) |
abstract boolean |
matches(String base,
String test) |
public abstract boolean check(URLPattern base, URLPattern test)
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.