|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.impl.matchers.StringMatcher<T> org.quartz.impl.matchers.NameMatcher<T>
public class NameMatcher<T extends Key<?>>
Matches on name (ignores group) property of Keys.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.quartz.impl.matchers.StringMatcher |
---|
StringMatcher.StringOperatorName |
Field Summary |
---|
Fields inherited from class org.quartz.impl.matchers.StringMatcher |
---|
compareTo, compareWith |
Constructor Summary | |
---|---|
protected |
NameMatcher(String compareTo,
StringMatcher.StringOperatorName compareWith)
|
Method Summary | ||
---|---|---|
protected String |
getValue(T key)
|
|
static NameMatcher<JobKey> |
jobNameContains(String compareTo)
Create a NameMatcher that matches job names containing the given string. |
|
static NameMatcher<JobKey> |
jobNameEndsWith(String compareTo)
Create a NameMatcher that matches job names ending with the given string. |
|
static NameMatcher<JobKey> |
jobNameEquals(String compareTo)
Create a NameMatcher that matches job names equaling the given string. |
|
static NameMatcher<JobKey> |
jobNameStartsWith(String compareTo)
Create a NameMatcher that matches job names starting with the given string. |
|
static
|
nameContains(String compareTo)
Create a NameMatcher that matches names containing the given string. |
|
static
|
nameEndsWith(String compareTo)
Create a NameMatcher that matches names ending with the given string. |
|
static
|
nameEquals(String compareTo)
Create a NameMatcher that matches names equaling the given string. |
|
static
|
nameStartsWith(String compareTo)
Create a NameMatcher that matches names starting with the given string. |
|
static NameMatcher<TriggerKey> |
triggerNameContains(String compareTo)
Create a NameMatcher that matches trigger names containing the given string. |
|
static NameMatcher<TriggerKey> |
triggerNameEndsWith(String compareTo)
Create a NameMatcher that matches trigger names ending with the given string. |
|
static NameMatcher<TriggerKey> |
triggerNameEquals(String compareTo)
Create a NameMatcher that matches trigger names equaling the given string. |
|
static NameMatcher<TriggerKey> |
triggerNameStartsWith(String compareTo)
Create a NameMatcher that matches trigger names starting with the given string. |
Methods inherited from class org.quartz.impl.matchers.StringMatcher |
---|
equals, getCompareToValue, getCompareWithOperator, hashCode, isMatch |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NameMatcher(String compareTo, StringMatcher.StringOperatorName compareWith)
Method Detail |
---|
public static <T extends Key<?>> NameMatcher<T> nameEquals(String compareTo)
public static NameMatcher<JobKey> jobNameEquals(String compareTo)
public static NameMatcher<TriggerKey> triggerNameEquals(String compareTo)
public static <U extends Key<?>> NameMatcher<U> nameStartsWith(String compareTo)
public static NameMatcher<JobKey> jobNameStartsWith(String compareTo)
public static NameMatcher<TriggerKey> triggerNameStartsWith(String compareTo)
public static <U extends Key<?>> NameMatcher<U> nameEndsWith(String compareTo)
public static NameMatcher<JobKey> jobNameEndsWith(String compareTo)
public static NameMatcher<TriggerKey> triggerNameEndsWith(String compareTo)
public static <U extends Key<?>> NameMatcher<U> nameContains(String compareTo)
public static NameMatcher<JobKey> jobNameContains(String compareTo)
public static NameMatcher<TriggerKey> triggerNameContains(String compareTo)
protected String getValue(T key)
getValue
in class StringMatcher<T extends Key<?>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |