Package com.helger.schedule.quartz.utils
Class TriggerKeyGroupMatcher
- java.lang.Object
-
- com.helger.quartz.impl.matchers.StringMatcher<T>
-
- com.helger.quartz.impl.matchers.GroupMatcher<com.helger.quartz.TriggerKey>
-
- com.helger.schedule.quartz.utils.TriggerKeyGroupMatcher
-
- All Implemented Interfaces:
com.helger.quartz.IMatcher<com.helger.quartz.TriggerKey>
public class TriggerKeyGroupMatcher extends com.helger.quartz.impl.matchers.GroupMatcher<com.helger.quartz.TriggerKey>Type-safe implementation of GroupMatcher forTriggerKey- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description TriggerKeyGroupMatcher(String sCompareTo, com.helger.quartz.impl.matchers.StringMatcher.EStringOperatorName eCompareWith)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TriggerKeyGroupMatchercreateEquals(String sCompareTo)-
Methods inherited from class com.helger.quartz.impl.matchers.GroupMatcher
anyGroup, anyJobGroup, anyTriggerGroup, getValue, groupContains, groupEndsWith, groupEquals, groupStartsWith, jobGroupContains, jobGroupEndsWith, jobGroupEquals, jobGroupStartsWith, triggerGroupContains, triggerGroupEndsWith, triggerGroupEquals, triggerGroupStartsWith
-
Methods inherited from class com.helger.quartz.impl.matchers.StringMatcher
equals, getCompareToValue, getCompareWithOperator, hashCode, isMatch
-
-
-
-
Method Detail
-
createEquals
@Nonnull public static TriggerKeyGroupMatcher createEquals(@Nonnull String sCompareTo)
-
-