info.aduna.text
Class CronUtil
java.lang.Object
info.aduna.text.CronUtil
public class CronUtil
- extends Object
|
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 |
CronUtil
public CronUtil()
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.