Package net.redhogs.cronparser.builder
Class YearDescriptionBuilder
java.lang.Object
net.redhogs.cronparser.builder.AbstractDescriptionBuilder
net.redhogs.cronparser.builder.YearDescriptionBuilder
- Since:
- 15 Sep 2014
- 
Field SummaryFields inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuilderSPECIAL_CHARS_MINUS_STAR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringgetBetweenDescriptionFormat(String expression) protected StringgetDescriptionFormat(String expression) protected StringgetIntervalDescriptionFormat(String expression) protected StringgetSingleItemDescription(String expression) Methods inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuildergetSegmentDescription, plural, plural
- 
Constructor Details- 
YearDescriptionBuilderpublic YearDescriptionBuilder()
 
- 
- 
Method Details- 
getSingleItemDescription- Specified by:
- getSingleItemDescriptionin class- AbstractDescriptionBuilder
 
- 
getIntervalDescriptionFormat- Specified by:
- getIntervalDescriptionFormatin class- AbstractDescriptionBuilder
 
- 
getBetweenDescriptionFormat- Specified by:
- getBetweenDescriptionFormatin class- AbstractDescriptionBuilder
 
- 
getDescriptionFormat- Specified by:
- getDescriptionFormatin class- AbstractDescriptionBuilder
 
 
-