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