|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.filter.ComponentRule
net.fortuna.ical4j.filter.PeriodRule
public class PeriodRule
A rule that matches any component that occurs in the specified time period.
Constructor Summary | |
---|---|
PeriodRule(Period period)
Constructs a new instance using the specified period. |
Method Summary | |
---|---|
boolean |
match(Component component)
|
Methods inherited from class net.fortuna.ical4j.filter.ComponentRule |
---|
match |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeriodRule(Period period)
period
- Method Detail |
---|
public final boolean match(Component component)
match
in class ComponentRule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |