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(String compareTo)
          Create a NameMatcher that matches job names containing the given string.
static NameMatcher<JobKey> NameMatcher.jobNameEndsWith(String compareTo)
          Create a NameMatcher that matches job names ending with the given string.
static NameMatcher<JobKey> NameMatcher.jobNameEquals(String compareTo)
          Create a NameMatcher that matches job names equaling the given string.
static NameMatcher<JobKey> NameMatcher.jobNameStartsWith(String compareTo)
          Create a NameMatcher that matches job names starting with the given string.
static
<U extends Key<?>>
NameMatcher<U>
NameMatcher.nameContains(String compareTo)
          Create a NameMatcher that matches names containing the given string.
static
<U extends Key<?>>
NameMatcher<U>
NameMatcher.nameEndsWith(String compareTo)
          Create a NameMatcher that matches names ending with the given string.
static
<T extends Key<?>>
NameMatcher<T>
NameMatcher.nameEquals(String compareTo)
          Create a NameMatcher that matches names equaling the given string.
static
<U extends Key<?>>
NameMatcher<U>
NameMatcher.nameStartsWith(String compareTo)
          Create a NameMatcher that matches names starting with the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameContains(String compareTo)
          Create a NameMatcher that matches trigger names containing the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameEndsWith(String compareTo)
          Create a NameMatcher that matches trigger names ending with the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameEquals(String compareTo)
          Create a NameMatcher that matches trigger names equaling the given string.
static NameMatcher<TriggerKey> NameMatcher.triggerNameStartsWith(String compareTo)
          Create a NameMatcher that matches trigger names starting with the given string.
 



Copyright 2001-2013, Terracotta, Inc.