public class GroupMatcher<T extends Key<?>> extends StringMatcher<T>
StringMatcher.StringOperatorName
compareTo, compareWith
Modifier | Constructor and Description |
---|---|
protected |
GroupMatcher(String compareTo,
StringMatcher.StringOperatorName compareWith) |
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 compareTo)
Create a GroupMatcher that matches groups containing the given string.
|
static <T extends Key<T>> |
groupEndsWith(String compareTo)
Create a GroupMatcher that matches groups ending with the given string.
|
static <T extends Key<T>> |
groupEquals(String compareTo)
Create a GroupMatcher that matches groups equaling the given string.
|
static <T extends Key<T>> |
groupStartsWith(String compareTo)
Create a GroupMatcher that matches groups starting with the given string.
|
static GroupMatcher<JobKey> |
jobGroupContains(String compareTo)
Create a GroupMatcher that matches job groups containing the given string.
|
static GroupMatcher<JobKey> |
jobGroupEndsWith(String compareTo)
Create a GroupMatcher that matches job groups ending with the given string.
|
static GroupMatcher<JobKey> |
jobGroupEquals(String compareTo)
Create a GroupMatcher that matches job groups equaling the given string.
|
static GroupMatcher<JobKey> |
jobGroupStartsWith(String compareTo)
Create a GroupMatcher that matches job groups starting with the given string.
|
static GroupMatcher<TriggerKey> |
triggerGroupContains(String compareTo)
Create a GroupMatcher that matches trigger groups containing the given string.
|
static GroupMatcher<TriggerKey> |
triggerGroupEndsWith(String compareTo)
Create a GroupMatcher that matches trigger groups ending with the given string.
|
static GroupMatcher<TriggerKey> |
triggerGroupEquals(String compareTo)
Create a GroupMatcher that matches trigger groups equaling the given string.
|
static GroupMatcher<TriggerKey> |
triggerGroupStartsWith(String compareTo)
Create a GroupMatcher that matches trigger groups starting with the given string.
|
equals, getCompareToValue, getCompareWithOperator, hashCode, isMatch
protected GroupMatcher(String compareTo, StringMatcher.StringOperatorName compareWith)
public static <T extends Key<T>> GroupMatcher<T> groupEquals(String compareTo)
public static GroupMatcher<JobKey> jobGroupEquals(String compareTo)
public static GroupMatcher<TriggerKey> triggerGroupEquals(String compareTo)
public static <T extends Key<T>> GroupMatcher<T> groupStartsWith(String compareTo)
public static GroupMatcher<JobKey> jobGroupStartsWith(String compareTo)
public static GroupMatcher<TriggerKey> triggerGroupStartsWith(String compareTo)
public static <T extends Key<T>> GroupMatcher<T> groupEndsWith(String compareTo)
public static GroupMatcher<JobKey> jobGroupEndsWith(String compareTo)
public static GroupMatcher<TriggerKey> triggerGroupEndsWith(String compareTo)
public static <T extends Key<T>> GroupMatcher<T> groupContains(String compareTo)
public static GroupMatcher<JobKey> jobGroupContains(String compareTo)
public static GroupMatcher<TriggerKey> triggerGroupContains(String compareTo)
public static <T extends Key<T>> GroupMatcher<T> anyGroup()
public static GroupMatcher<JobKey> anyJobGroup()
public static GroupMatcher<TriggerKey> anyTriggerGroup()
Copyright 2001-2019, Terracotta, Inc.