Package net.redhogs.cronparser.builder
Class SecondsDescriptionBuilder
java.lang.Object
net.redhogs.cronparser.builder.AbstractDescriptionBuilder
net.redhogs.cronparser.builder.SecondsDescriptionBuilder
- Since:
- 10 Dec 2012 14:10:43
-
Field Summary
Fields inherited from class net.redhogs.cronparser.builder.AbstractDescriptionBuilder
SPECIAL_CHARS_MINUS_STAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
SecondsDescriptionBuilder
public SecondsDescriptionBuilder()
-
-
Method Details
-
getSingleItemDescription
- Specified by:
getSingleItemDescription
in classAbstractDescriptionBuilder
-
getIntervalDescriptionFormat
- Specified by:
getIntervalDescriptionFormat
in classAbstractDescriptionBuilder
-
getBetweenDescriptionFormat
- Specified by:
getBetweenDescriptionFormat
in classAbstractDescriptionBuilder
-
getDescriptionFormat
- Specified by:
getDescriptionFormat
in classAbstractDescriptionBuilder
-