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 String
getBetweenDescriptionFormat
(String expression) protected abstract String
getDescriptionFormat
(String expression) protected abstract String
getIntervalDescriptionFormat
(String expression) getSegmentDescription
(String expression, String allDescription) protected abstract String
getSingleItemDescription
(String expression) protected String
Deprecated.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
-