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



Copyright 2001-2019, Terracotta, Inc.