|
|||||||||
| 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.TimeSchedule
A shcedule that returns an interval which is between times of the day, or between times of the day at given intervals.
Typical configuration is:
<time from="10:00" to="14:00"/>
| Field Summary | |
static java.lang.String |
DEFAULT_DATE_FORMAT
|
| Constructor Summary | |
TimeSchedule()
Constructor. |
|
| Method Summary | |
java.util.Calendar |
calendarFor(java.util.Date date,
long time)
Get the milliseconds in since the start of the given day as a calendar. |
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 TimeSchedule()
| 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 ConstrainedSchedule
public java.util.Calendar calendarFor(java.util.Date date,
long time)
date - The date to take the day from.time - The time in milliseoncs since the
start of day.
public 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 | ||||||||