public abstract class BaseCronTransformer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
calendarField |
protected Calendar |
calendarInstance |
protected int |
cronFieldPosition |
protected Integer |
cronFieldValue |
protected String[] |
cronParts |
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
BaseCronTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(String[] cronParts,
Calendar calendarInstance) |
protected abstract void |
transform() |
protected static final org.slf4j.Logger LOGGER
protected String[] cronParts
protected Calendar calendarInstance
protected Integer calendarField
protected int cronFieldPosition
protected Integer cronFieldValue
Copyright © 2022. All rights reserved.