net.fortuna.ical4j.filter

Class HasPropertyRule


public class HasPropertyRule
extends ComponentRule

$Id: HasPropertyRule.java,v 1.6 2008/12/16 12:34:54 fortuna Exp $ Created on 5/02/2006 A rule that matches any component containing the specified property. Note that this rule ignores any parameters matching only on the value of the property.

Constructor Summary

HasPropertyRule(Property property)
Constructs a new instance with the specified property.
HasPropertyRule(Property property, boolean matchEquals)
Constructs a new instance with the specified property.

Method Summary

boolean
match(Component component)

Constructor Details

HasPropertyRule

public HasPropertyRule(Property property)
Constructs a new instance with the specified property. Ignores any parameters matching only on the value of the property.
Parameters:
property -

HasPropertyRule

public HasPropertyRule(Property property,
                       boolean matchEquals)
Constructs a new instance with the specified property.
Parameters:
property - the property to match
matchEquals - if true, matches must contain an identical property (as indicated by Property.equals()

Method Details

match

public final boolean match(Component component)