org.livetribe.slp.spi.filter
Class AndFilter

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

public class AndFilter
extends Object
implements Filter

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

Constructor Summary
AndFilter(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

AndFilter

public AndFilter(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.