org.livetribe.slp.spi.filter
Class OrFilter

java.lang.Object
  extended by org.livetribe.slp.spi.filter.OrFilter
All Implemented Interfaces:
Filter

public class OrFilter
extends Object
implements Filter

Version:
$Rev: 258 $ $Date: 2006-08-23 15:45:17 +0200 (Wed, 23 Aug 2006) $

Constructor Summary
OrFilter(List filters)
           
 
Method Summary
 boolean matches(Attributes attributes)
          Returns true if the given attributes matches the expression represented by this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrFilter

public OrFilter(List filters)
Method Detail

matches

public boolean matches(Attributes attributes)
Description copied from interface: Filter
Returns true if the given attributes matches the expression represented by this filter.

Specified by:
matches in interface Filter
Parameters:
attributes - The attributes to match against this filter.


Copyright © 2006-2012 LiveTribe. All Rights Reserved.