info.aduna.text
Class CronUtil

java.lang.Object
  extended by info.aduna.text.CronUtil

public class CronUtil
extends Object


Constructor Summary
CronUtil()
           
 
Method Summary
static String cron2description(String cronExpr, String partSeparator)
          Translates a cron expression as specified in the Quartz project to an English description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronUtil

public CronUtil()
Method Detail

cron2description

public static String cron2description(String cronExpr,
                                      String partSeparator)
Translates a cron expression as specified in the Quartz project to an English description.

Returns:
A String with the English description, or null if the cron expression was incorrect.


Copyright © 1997-2008 Aduna. All Rights Reserved.