public class GroupMatcher<T extends Key<T>> extends StringMatcher<T>
StringMatcher.EStringOperatorName| Modifier | Constructor and Description |
|---|---|
protected |
GroupMatcher(String sCompareTo,
StringMatcher.EStringOperatorName eCompareWith) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Key<T>> |
anyGroup()
Create a GroupMatcher that matches groups starting with the given string.
|
static GroupMatcher<JobKey> |
anyJobGroup()
Create a GroupMatcher that matches job groups starting with the given
string.
|
static GroupMatcher<TriggerKey> |
anyTriggerGroup()
Create a GroupMatcher that matches trigger groups starting with the given
string.
|
protected String |
getValue(T key) |
static <T extends Key<T>> |
groupContains(String sCompareTo)
Create a GroupMatcher that matches groups containing the given string.
|
static <T extends Key<T>> |
groupEndsWith(String sCompareTo)
Create a GroupMatcher that matches groups ending with the given string.
|
static <T extends Key<T>> |
groupEquals(String sCompareTo)
Create a GroupMatcher that matches groups equaling the given string.
|
static <T extends Key<T>> |
groupStartsWith(String sCompareTo)
Create a GroupMatcher that matches groups starting with the given string.
|
static GroupMatcher<JobKey> |
jobGroupContains(String sCompareTo)
Create a GroupMatcher that matches job groups containing the given string.
|
static GroupMatcher<JobKey> |
jobGroupEndsWith(String sCompareTo)
Create a GroupMatcher that matches job groups ending with the given string.
|
static GroupMatcher<JobKey> |
jobGroupEquals(String sCompareTo)
Create a GroupMatcher that matches job groups equaling the given string.
|
static GroupMatcher<JobKey> |
jobGroupStartsWith(String sCompareTo)
Create a GroupMatcher that matches job groups starting with the given
string.
|
static GroupMatcher<TriggerKey> |
triggerGroupContains(String sCompareTo)
Create a GroupMatcher that matches trigger groups containing the given
string.
|
static GroupMatcher<TriggerKey> |
triggerGroupEndsWith(String sCompareTo)
Create a GroupMatcher that matches trigger groups ending with the given
string.
|
static GroupMatcher<TriggerKey> |
triggerGroupEquals(String sCompareTo)
Create a GroupMatcher that matches trigger groups equaling the given
string.
|
static GroupMatcher<TriggerKey> |
triggerGroupStartsWith(String sCompareTo)
Create a GroupMatcher that matches trigger groups starting with the given
string.
|
equals, getCompareToValue, getCompareWithOperator, hashCode, isMatchprotected GroupMatcher(@Nonnull String sCompareTo, @Nonnull StringMatcher.EStringOperatorName eCompareWith)
protected String getValue(T key)
getValue in class StringMatcher<T extends Key<T>>public static <T extends Key<T>> GroupMatcher<T> groupEquals(String sCompareTo)
public static GroupMatcher<JobKey> jobGroupEquals(String sCompareTo)
public static GroupMatcher<TriggerKey> triggerGroupEquals(String sCompareTo)
public static <T extends Key<T>> GroupMatcher<T> groupStartsWith(String sCompareTo)
public static GroupMatcher<JobKey> jobGroupStartsWith(String sCompareTo)
public static GroupMatcher<TriggerKey> triggerGroupStartsWith(String sCompareTo)
public static <T extends Key<T>> GroupMatcher<T> groupEndsWith(String sCompareTo)
public static GroupMatcher<JobKey> jobGroupEndsWith(String sCompareTo)
public static GroupMatcher<TriggerKey> triggerGroupEndsWith(String sCompareTo)
public static <T extends Key<T>> GroupMatcher<T> groupContains(String sCompareTo)
public static GroupMatcher<JobKey> jobGroupContains(String sCompareTo)
public static GroupMatcher<TriggerKey> triggerGroupContains(String sCompareTo)
public static <T extends Key<T>> GroupMatcher<T> anyGroup()
public static GroupMatcher<JobKey> anyJobGroup()
public static GroupMatcher<TriggerKey> anyTriggerGroup()
Copyright © 2016–2021 Philip Helger. All rights reserved.