public class EverythingMatcher<T extends Key<?>> extends Object implements Matcher<T>
Modifier | Constructor and Description |
---|---|
protected |
EverythingMatcher() |
Modifier and Type | Method and Description |
---|---|
static EverythingMatcher<JobKey> |
allJobs()
Create an EverythingMatcher that matches all jobs.
|
static EverythingMatcher<TriggerKey> |
allTriggers()
Create an EverythingMatcher that matches all triggers.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isMatch(T key) |
public static EverythingMatcher<JobKey> allJobs()
public static EverythingMatcher<TriggerKey> allTriggers()
public boolean equals(Object obj)
Copyright 2001-2019, Terracotta, Inc.