net.redhogs.cronparser.builder
Class YearDescriptionBuilder

java.lang.Object
  extended by net.redhogs.cronparser.builder.AbstractDescriptionBuilder
      extended by net.redhogs.cronparser.builder.YearDescriptionBuilder

public class YearDescriptionBuilder
extends AbstractDescriptionBuilder

Since:
15 Sep 2014
Author:
grhodes

Field Summary
 
Fields inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuilder
SpecialCharsMinusStar
 
Constructor Summary
YearDescriptionBuilder(Options options)
           
 
Method Summary
protected  String getBetweenDescriptionFormat(String expression)
           
protected  String getDescriptionFormat(String expression)
           
protected  String getIntervalDescriptionFormat(String expression)
           
protected  String getSingleItemDescription(String expression)
           
 
Methods inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuilder
getSegmentDescription, plural, plural
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YearDescriptionBuilder

public YearDescriptionBuilder(Options options)
Method Detail

getSingleItemDescription

protected String getSingleItemDescription(String expression)
Specified by:
getSingleItemDescription in class AbstractDescriptionBuilder
Returns:

getIntervalDescriptionFormat

protected String getIntervalDescriptionFormat(String expression)
Specified by:
getIntervalDescriptionFormat in class AbstractDescriptionBuilder
Returns:

getBetweenDescriptionFormat

protected String getBetweenDescriptionFormat(String expression)
Specified by:
getBetweenDescriptionFormat in class AbstractDescriptionBuilder
Returns:

getDescriptionFormat

protected String getDescriptionFormat(String expression)
Specified by:
getDescriptionFormat in class AbstractDescriptionBuilder
Returns:


Copyright © 2014 RedHogs. All rights reserved.