public abstract class Matcher extends Object
| Modifier and Type | Field and Description |
|---|---|
static Matcher |
always
This matcher always answers
true and doesn't even look at
the domain, never mind update it. |
| Constructor and Description |
|---|
Matcher() |
public static final Matcher always
true and doesn't even look at
the domain, never mind update it.Licenced under the Apache License, Version 2.0