Class HasPropertyRule<T extends Component>

  • All Implemented Interfaces:
    Predicate<T>

    public class HasPropertyRule<T extends Component>
    extends Object
    implements Predicate<T>
    $Id$ 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 Detail

      • 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 - a property instance to check for
      • 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()