Uses of Class
org.quartz.impl.matchers.NameMatcher

Packages that use NameMatcher
org.quartz.impl.matchers   
 

Uses of NameMatcher in org.quartz.impl.matchers
 

Methods in org.quartz.impl.matchers that return NameMatcher
static NameMatcher<JobKey> NameMatcher.jobNameContains(java.lang.String compareTo)
          Create a NameMatcher that matches job names containing the given string.
static NameMatcher<JobKey> NameMatcher.jobNameEndsWith(java.lang.String compareTo)
          Create a NameMatcher that matches job names ending with the given string.
static NameMatcher<JobKey> NameMatcher.jobNameEquals(java.lang.String compareTo)
          Create a NameMatcher that matches job names equaling the given string.
static NameMatcher<JobKey> NameMatcher.jobNameStartsWith(java.lang.String compareTo)
          Create a NameMatcher that matches job names starting with the given string.
static
<U extends Key<?>>
NameMatcher<U>
NameMatcher.nameContains(java.lang.String compareTo)
          Create a NameMatcher that matches names containing the given string.
static
<U extends Key<?>>
NameMatcher<U>
NameMatcher.nameEndsWith(java.lang.String compareTo)
          Create a NameMatcher that matches names ending with the given string.
static
<T extends Key<?>>
NameMatcher<T>
NameMatcher.nameEquals(java.lang.String compareTo)
          Create a NameMatcher that matches names equaling the given string.
static
<U extends Key<?>>
NameMatcher<U>
NameMatcher.nameStartsWith(java.lang.String compareTo)
          Create a NameMatcher that matches names starting with the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameContains(java.lang.String compareTo)
          Create a NameMatcher that matches trigger names containing the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameEndsWith(java.lang.String compareTo)
          Create a NameMatcher that matches trigger names ending with the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameEquals(java.lang.String compareTo)
          Create a NameMatcher that matches trigger names equaling the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameStartsWith(java.lang.String compareTo)
          Create a NameMatcher that matches trigger names starting with the given string.
 



Copyright 2001-2011, Terracotta, Inc.