org.media.mn8.util.cron
Class CronMultiplier

java.lang.Object
  |
  +--org.media.mn8.util.cron.CronMultiplier

public class CronMultiplier
extends Object

This is the multiplier for crons to make crons with (*), intervals (3-12), selectors (2-8/2) and lists (3,4,8).

Author:
Antal Attila

Field Summary
 boolean ignored
           
 
Constructor Summary
CronMultiplier()
           
 
Method Summary
 int getDay()
           
 String getErrMsg()
           
 int getHour()
           
 boolean getIsDayOfWeek()
           
 int getMin()
           
 int getMonth()
           
 int getSize()
           
 void makeCronElements(Vector days, boolean week)
           
 void setCurrent(int current)
           
 void setMaker(String cron)
           
 void wormCollector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ignored

public boolean ignored
Constructor Detail

CronMultiplier

public CronMultiplier()
Method Detail

setMaker

public void setMaker(String cron)

wormCollector

public void wormCollector()

makeCronElements

public void makeCronElements(Vector days,
                             boolean week)

setCurrent

public void setCurrent(int current)

getSize

public int getSize()

getMin

public int getMin()

getHour

public int getHour()

getDay

public int getDay()

getMonth

public int getMonth()

getIsDayOfWeek

public boolean getIsDayOfWeek()

getErrMsg

public String getErrMsg()


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."