public abstract class CronConstraint extends Object implements Serializable
| Constructor and Description |
|---|
CronConstraint(String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
int |
hashCode() |
abstract boolean |
validate(Cron cron) |
public CronConstraint(String description)
Copyright © 2022. All rights reserved.