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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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_STARprotected static final char[] SPECIAL_CHARS_MINUS_STAR
 
- 
- 
Constructor Details- 
AbstractDescriptionBuilderpublic AbstractDescriptionBuilder()
 
- 
- 
Method Details- 
getSegmentDescription
- 
getBetweenDescriptionFormat
- 
getIntervalDescriptionFormat
- 
getSingleItemDescription
- 
getDescriptionFormat
- 
pluralDeprecated.Use plural(String, String, String) instead
- 
plural- Since:
- https://github.com/RedHogs/cron-parser/issues/2
 
 
-