net.fortuna.ical4j.filter

Class PeriodRule


public class PeriodRule
extends ComponentRule

$Id: PeriodRule.java,v 1.14 2008/12/16 12:34:54 fortuna Exp $ Created on 2/02/2006 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)

Constructor Details

PeriodRule

public PeriodRule(Period period)
Constructs a new instance using the specified period.
Parameters:
period -

Method Details

match

public final boolean match(Component component)