Package | Description |
---|---|
org.quartz.impl.matchers |
Modifier and Type | Method and Description |
---|---|
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 <U extends Key<?>> |
NameMatcher.nameContains(String compareTo)
Create a NameMatcher that matches names containing the given string.
|
static <U extends Key<?>> |
NameMatcher.nameEndsWith(String compareTo)
Create a NameMatcher that matches names ending with the given string.
|
static <T extends Key<?>> |
NameMatcher.nameEquals(String compareTo)
Create a NameMatcher that matches names equaling the given string.
|
static <U extends Key<?>> |
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.
|
Copyright 2001-2019, Terracotta, Inc.