public abstract class StringMatcher extends Object
Constructor and Description |
---|
StringMatcher() |
Modifier and Type | Method and Description |
---|---|
static StringMatcher |
identity(String reference) |
abstract boolean |
matches(String toCompare) |
static StringMatcher |
regexp(String reference) |
static StringMatcher |
substring(String reference) |
public abstract boolean matches(String toCompare)
public static StringMatcher identity(String reference)
public static StringMatcher substring(String reference)
public static StringMatcher regexp(String reference)
Copyright © 2004–2016. All rights reserved.