Package net.redhogs.cronparser.builder
Class HoursDescriptionBuilder
- java.lang.Object
- 
- net.redhogs.cronparser.builder.AbstractDescriptionBuilder
- 
- net.redhogs.cronparser.builder.HoursDescriptionBuilder
 
 
- 
 public class HoursDescriptionBuilder extends AbstractDescriptionBuilder - Since:
- 10 Dec 2012 14:18:21
 
- 
- 
Field Summary- 
Fields inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuilderSPECIAL_CHARS_MINUS_STAR
 
- 
 - 
Constructor SummaryConstructors Constructor Description HoursDescriptionBuilder(Options options)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetBetweenDescriptionFormat(java.lang.String expression)protected java.lang.StringgetDescriptionFormat(java.lang.String expression)protected java.lang.StringgetIntervalDescriptionFormat(java.lang.String expression)protected java.lang.StringgetSingleItemDescription(java.lang.String expression)- 
Methods inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuildergetSegmentDescription, plural, plural
 
- 
 
- 
- 
- 
Constructor Detail- 
HoursDescriptionBuilderpublic HoursDescriptionBuilder(Options options) 
 
- 
 - 
Method Detail- 
getSingleItemDescriptionprotected java.lang.String getSingleItemDescription(java.lang.String expression) - Specified by:
- getSingleItemDescriptionin class- AbstractDescriptionBuilder
 
 - 
getIntervalDescriptionFormatprotected java.lang.String getIntervalDescriptionFormat(java.lang.String expression) - Specified by:
- getIntervalDescriptionFormatin class- AbstractDescriptionBuilder
 
 - 
getBetweenDescriptionFormatprotected java.lang.String getBetweenDescriptionFormat(java.lang.String expression) - Specified by:
- getBetweenDescriptionFormatin class- AbstractDescriptionBuilder
 
 - 
getDescriptionFormatprotected java.lang.String getDescriptionFormat(java.lang.String expression) - Specified by:
- getDescriptionFormatin class- AbstractDescriptionBuilder
 
 
- 
 
-