|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameMatcher | |
|---|---|
| org.quartz.impl.matchers | |
| Uses of NameMatcher in org.quartz.impl.matchers |
|---|
| Methods in org.quartz.impl.matchers that return NameMatcher | |
|---|---|
static NameMatcher |
NameMatcher.nameContains(String compareTo)
Create a NameMatcher that matches names containing the given string. |
static NameMatcher |
NameMatcher.nameEndsWith(String compareTo)
Create a NameMatcher that matches names ending with the given string. |
static NameMatcher |
NameMatcher.nameEquals(String compareTo)
Create a NameMatcher that matches names equaling the given string. |
static NameMatcher |
NameMatcher.nameStartsWith(String compareTo)
Create a NameMatcher that matches names starting with the given string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||