| Package | Description |
|---|---|
| com.helger.quartz.impl.matchers |
| Modifier and Type | Method and Description |
|---|---|
static NameMatcher<JobKey> |
NameMatcher.jobNameContains(String sCompareTo)
Create a NameMatcher that matches job names containing the given string.
|
static NameMatcher<JobKey> |
NameMatcher.jobNameEndsWith(String sCompareTo)
Create a NameMatcher that matches job names ending with the given string.
|
static NameMatcher<JobKey> |
NameMatcher.jobNameEquals(String sCompareTo)
Create a NameMatcher that matches job names equaling the given string.
|
static NameMatcher<JobKey> |
NameMatcher.jobNameStartsWith(String sCompareTo)
Create a NameMatcher that matches job names starting with the given string.
|
static <U extends Key<U>> |
NameMatcher.nameContains(String sCompareTo)
Create a NameMatcher that matches names containing the given string.
|
static <U extends Key<U>> |
NameMatcher.nameEndsWith(String sCompareTo)
Create a NameMatcher that matches names ending with the given string.
|
static <T extends Key<T>> |
NameMatcher.nameEquals(String sCompareTo)
Create a NameMatcher that matches names equaling the given string.
|
static <U extends Key<U>> |
NameMatcher.nameStartsWith(String sCompareTo)
Create a NameMatcher that matches names starting with the given string.
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameContains(String sCompareTo)
Create a NameMatcher that matches trigger names containing the given
string.
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameEndsWith(String sCompareTo)
Create a NameMatcher that matches trigger names ending with the given
string.
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameEquals(String sCompareTo)
Create a NameMatcher that matches trigger names equaling the given string.
|
static NameMatcher<TriggerKey> |
NameMatcher.triggerNameStartsWith(String sCompareTo)
Create a NameMatcher that matches trigger names starting with the given
string.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.