Uses of Class org.quartz.impl.matchers.NameMatcher (Quartz Parent POM 2.0.1 API)

Quartz Java



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 NameMatcher.nameContains(String compareTo)
          Create a NameMatcher that matches names containing the given string.
static NameMatcher NameMatcher.nameEndsWith(String compareTo)
          Create a NameMatcher that matches names ending with the given string.
static NameMatcher NameMatcher.nameEquals(String compareTo)
          Create a NameMatcher that matches names equaling the given string.
static NameMatcher NameMatcher.nameStartsWith(String compareTo)
          Create a NameMatcher that matches names starting with the given string.
 



Copyright 2001-2011, Terracotta, Inc.