public class NameMatcher<T extends Key<?>> extends StringMatcher<T>
StringMatcher.StringOperatorNamecompareTo, compareWith| Modifier | Constructor and Description |
|---|---|
protected |
NameMatcher(java.lang.String compareTo,
StringMatcher.StringOperatorName compareWith) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getValue(T key) |
static NameMatcher<JobKey> |
jobNameContains(java.lang.String compareTo)
Create a NameMatcher that matches job names containing the given string.
|
static NameMatcher<JobKey> |
jobNameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches job names ending with the given string.
|
static NameMatcher<JobKey> |
jobNameEquals(java.lang.String compareTo)
Create a NameMatcher that matches job names equaling the given string.
|
static NameMatcher<JobKey> |
jobNameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches job names starting with the given string.
|
static <U extends Key<?>> |
nameContains(java.lang.String compareTo)
Create a NameMatcher that matches names containing the given string.
|
static <U extends Key<?>> |
nameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches names ending with the given string.
|
static <T extends Key<?>> |
nameEquals(java.lang.String compareTo)
Create a NameMatcher that matches names equaling the given string.
|
static <U extends Key<?>> |
nameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches names starting with the given string.
|
static NameMatcher<TriggerKey> |
triggerNameContains(java.lang.String compareTo)
Create a NameMatcher that matches trigger names containing the given string.
|
static NameMatcher<TriggerKey> |
triggerNameEndsWith(java.lang.String compareTo)
Create a NameMatcher that matches trigger names ending with the given string.
|
static NameMatcher<TriggerKey> |
triggerNameEquals(java.lang.String compareTo)
Create a NameMatcher that matches trigger names equaling the given string.
|
static NameMatcher<TriggerKey> |
triggerNameStartsWith(java.lang.String compareTo)
Create a NameMatcher that matches trigger names starting with the given string.
|
equals, getCompareToValue, getCompareWithOperator, hashCode, isMatchprotected NameMatcher(java.lang.String compareTo,
StringMatcher.StringOperatorName compareWith)
public static <T extends Key<?>> NameMatcher<T> nameEquals(java.lang.String compareTo)
public static NameMatcher<JobKey> jobNameEquals(java.lang.String compareTo)
public static NameMatcher<TriggerKey> triggerNameEquals(java.lang.String compareTo)
public static <U extends Key<?>> NameMatcher<U> nameStartsWith(java.lang.String compareTo)
public static NameMatcher<JobKey> jobNameStartsWith(java.lang.String compareTo)
public static NameMatcher<TriggerKey> triggerNameStartsWith(java.lang.String compareTo)
public static <U extends Key<?>> NameMatcher<U> nameEndsWith(java.lang.String compareTo)
public static NameMatcher<JobKey> jobNameEndsWith(java.lang.String compareTo)
public static NameMatcher<TriggerKey> triggerNameEndsWith(java.lang.String compareTo)
public static <U extends Key<?>> NameMatcher<U> nameContains(java.lang.String compareTo)
public static NameMatcher<JobKey> jobNameContains(java.lang.String compareTo)
public static NameMatcher<TriggerKey> triggerNameContains(java.lang.String compareTo)
protected java.lang.String getValue(T key)
getValue in class StringMatcher<T extends Key<?>>Copyright IBM Corp. 2024, 2025