| Interface | Description |
|---|---|
| Matcher |
A single matcher that can be used in filters.
|
| Class | Description |
|---|---|
| BaseMatcher |
Base class for matchers.
|
| EndsWithMatcher |
Matches when target ends with criteria.
|
| EqualsMatcher |
Matches when target equals criteria.
|
| Matchers |
TODO comment this class
|
| StartsWithMatcher |
Matches when target starts with given criteria.
|
| SubstringMatcher |
Matches when target contains criteria.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.