net.fortuna.ical4j.filter
Class DateInRangeRule
java.lang.Object
net.fortuna.ical4j.filter.AbstractDateRule
net.fortuna.ical4j.filter.DateInRangeRule
- All Implemented Interfaces:
- Rule
public class DateInRangeRule
- extends AbstractDateRule
- Author:
- fortuna
Method Summary |
protected boolean |
match(Date date)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateInRangeRule
public DateInRangeRule(DateRange range,
int inclusiveMask)
- Parameters:
range
- the range to checkinclusiveMask
- indicates inclusiveness of start and end of the range
match
protected boolean match(Date date)
-
- Specified by:
match
in class AbstractDateRule
- Parameters:
date
- the date to check
- Returns:
- true if the date matches rule requirements, otherwise false
Copyright © 2004-2012 Micronode. All Rights Reserved.