Class CronRange

java.lang.Object
com.netscape.cmscore.jobs.CronRange

public class CronRange extends Object
class representing one Job cron element

here, an "item" refers to one of the 5 fields in a cron string; "element" refers to any comma-deliminated element in an "item"...which includes both numbers and '-' separated ranges.

an Element can contain either an integer number or a range specified as CronRange. In case of integer numbers, begin and end are of the same value

Version:
$Revision$, $Date$
Author:
cfu