Package net.redhogs.cronparser.builder
Class AbstractDescriptionBuilder
java.lang.Object
net.redhogs.cronparser.builder.AbstractDescriptionBuilder
- Direct Known Subclasses:
DayOfMonthDescriptionBuilder,DayOfWeekDescriptionBuilder,HoursDescriptionBuilder,MinutesDescriptionBuilder,MonthDescriptionBuilder,SecondsDescriptionBuilder,YearDescriptionBuilder
- Since:
- 10 Dec 2012 14:00:49
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringgetBetweenDescriptionFormat(String expression) protected abstract StringgetDescriptionFormat(String expression) protected abstract StringgetIntervalDescriptionFormat(String expression) getSegmentDescription(String expression, String allDescription) protected abstract StringgetSingleItemDescription(String expression) protected StringDeprecated.Use plural(String, String, String) insteadprotected String
-
Field Details
-
SPECIAL_CHARS_MINUS_STAR
protected static final char[] SPECIAL_CHARS_MINUS_STAR
-
-
Constructor Details
-
AbstractDescriptionBuilder
public AbstractDescriptionBuilder()
-
-
Method Details
-
getSegmentDescription
-
getBetweenDescriptionFormat
-
getIntervalDescriptionFormat
-
getSingleItemDescription
-
getDescriptionFormat
-
plural
Deprecated.Use plural(String, String, String) instead -
plural
- Since:
- https://github.com/RedHogs/cron-parser/issues/2
-