|
||||||||||
| 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(java.lang.String compareTo)
Create a NameMatcher that matches names containing the given string. |
static NameMatcher |
NameMatcher.nameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches names ending with the given string. |
static NameMatcher |
NameMatcher.nameEquals(java.lang.String compareTo)
Create a NameMatcher that matches names equaling the given string. |
static NameMatcher |
NameMatcher.nameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches names starting with the given string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||