|
||||||||||
| 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<JobKey> |
NameMatcher.jobNameContains(java.lang.String compareTo)
Create a NameMatcher that matches job names containing the given string. |
|
static NameMatcher<JobKey> |
NameMatcher.jobNameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches job names ending with the given string. |
|
static NameMatcher<JobKey> |
NameMatcher.jobNameEquals(java.lang.String compareTo)
Create a NameMatcher that matches job names equaling the given string. |
|
static NameMatcher<JobKey> |
NameMatcher.jobNameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches job names starting with the given string. |
|
static
|
NameMatcher.nameContains(java.lang.String compareTo)
Create a NameMatcher that matches names containing the given string. |
|
static
|
NameMatcher.nameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches names ending with the given string. |
|
static
|
NameMatcher.nameEquals(java.lang.String compareTo)
Create a NameMatcher that matches names equaling the given string. |
|
static
|
NameMatcher.nameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches names starting with the given string. |
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameContains(java.lang.String compareTo)
Create a NameMatcher that matches trigger names containing the given string. |
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches trigger names ending with the given string. |
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameEquals(java.lang.String compareTo)
Create a NameMatcher that matches trigger names equaling the given string. |
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches trigger names starting with the given string. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||