|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.treesched.AbstractSchedule
org.treesched.ConstrainedSchedule
org.treesched.schedules.DayOfWeekSchedule
Implement a schedule based on days of the week.
Typical configuration is:
<dayofweek on="TUE"/>
| Field Summary | |
static java.lang.String |
DEFAULT_DATE_FORMAT
|
| Constructor Summary | |
DayOfWeekSchedule()
|
|
| Method Summary | |
java.util.Date |
getEndDate(java.util.Date now)
For the given time, calculate when this schedule interval should finish. |
java.lang.String |
getFormat()
Get the date format used for translating string attributes. |
java.lang.String |
getFrom()
Get the from date/time as a String. |
java.util.Date |
getStartDate(java.util.Date now)
For the given time, calculate when this schedule should start or should have started. |
java.lang.String |
getTo()
Get the to date/time as a String. |
void |
setFormat(java.lang.String dateFormat)
Set the date format to use for translating string attributes. |
void |
setFrom(java.lang.String from)
Set the from date/time as a String. |
void |
setTo(java.lang.String to)
Set the to date/time as a String. |
| Methods inherited from class org.treesched.ConstrainedSchedule |
nextDue, setOn, toString |
| Methods inherited from class org.treesched.AbstractSchedule |
addChildSchedule, getChildSchedule, getLimits, reset, setChildSchedule, setLimits |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_DATE_FORMAT
| Constructor Detail |
public DayOfWeekSchedule()
| Method Detail |
public void setFormat(java.lang.String dateFormat)
dateFormat - The date format.public java.lang.String getFormat()
public void setFrom(java.lang.String from)
throws java.text.ParseException
ConstrainedSchedule
setFrom in class ConstrainedSchedulefrom - The from date.
java.text.ParseException - If the String can not be parsed
to a date.public java.lang.String getFrom()
ConstrainedSchedule
getFrom in class ConstrainedSchedule
public void setTo(java.lang.String to)
throws java.text.ParseException
ConstrainedSchedule
setTo in class ConstrainedScheduleto - The to date.
java.text.ParseException - If the String can not be parsed
to a date.public java.lang.String getTo()
ConstrainedSchedule
getTo in class ConstrainedSchedulepublic java.util.Date getStartDate(java.util.Date now)
ConstrainedSchedule
getStartDate in class ConstrainedSchedulenow - The date/time now.
public java.util.Date getEndDate(java.util.Date now)
ConstrainedSchedule
getEndDate in class ConstrainedSchedulenow - The date/time now.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||