net.fortuna.ical4j.filter

Class ComponentRule

Implemented Interfaces:
Rule

public abstract class ComponentRule
extends java.lang.Object
implements Rule

$Id: ComponentRule.java,v 1.6 2008/12/16 12:34:54 fortuna Exp $ Created on 2/02/2006 An abstract rule implementation serving as the base class for component matching rule implementations.

Method Summary

abstract boolean
match(Component component)
boolean
match(Object o)

Method Details

match

public abstract boolean match(Component component)
Parameters:
component -
Returns:

match

public final boolean match(Object o)