Skip to content

bertleunis/cron-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cron-parser

Build Status Stories in Ready Bitdeli Badge

A Java library that converts cron expressions into human readable strings.
Translated to Java from https://github.com/bradyholt/cron-expression-descriptor.

Original Author & Credit: Brady Holt (http://www.geekytidbits.com)
License: MIT

Features

  • Supports all cron expression special characters including * / , - ? L W, #.
  • Supports 5 or 6 (w/ seconds) part cron expressions. Does NOT support Year in cron expression.
  • Provides casing options (Sentence, Title, Lower, etc.)
  • Supports printing to locale specific human readable format (Italian, English, Spanish and Dutch so far...).

Download

cron-parser is available in the maven central repository, please select the latest version from there.

Usage Examples (Unit Tests)

See src/test/java/com/gr/cronparser/CronExpressionDescriptorTest.java

About

Java Parser For Cron Expressions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%