Package | Description |
---|---|
org.quartz.impl.matchers |
Modifier and Type | Field and Description |
---|---|
protected StringMatcher.StringOperatorName |
StringMatcher.compareWith |
Modifier and Type | Method and Description |
---|---|
StringMatcher.StringOperatorName |
StringMatcher.getCompareWithOperator() |
static StringMatcher.StringOperatorName |
StringMatcher.StringOperatorName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringMatcher.StringOperatorName[] |
StringMatcher.StringOperatorName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GroupMatcher(String compareTo,
StringMatcher.StringOperatorName compareWith) |
NameMatcher(String compareTo,
StringMatcher.StringOperatorName compareWith) |
StringMatcher(String compareTo,
StringMatcher.StringOperatorName compareWith) |
Copyright 2001-2019, Terracotta, Inc.