org.quartz.impl.matchers
Class EverythingMatcher<T extends Key<?>>
java.lang.Object
org.quartz.impl.matchers.EverythingMatcher<T>
- All Implemented Interfaces:
- Serializable, Matcher<T>
public class EverythingMatcher<T extends Key<?>>
- extends Object
- implements Matcher<T>
Matches on the complete key being equal (both name and group).
- Author:
- jhouse
- See Also:
- Serialized Form
EverythingMatcher
protected EverythingMatcher()
allJobs
public static EverythingMatcher<JobKey> allJobs()
- Create an EverythingMatcher that matches all jobs.
allTriggers
public static EverythingMatcher<TriggerKey> allTriggers()
- Create an EverythingMatcher that matches all triggers.
isMatch
public boolean isMatch(T key)
- Specified by:
isMatch
in interface Matcher<T extends Key<?>>
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Matcher<T extends Key<?>>
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Matcher<T extends Key<?>>
- Overrides:
hashCode
in class Object
Copyright 2001-2015, Terracotta, Inc.