org.livetribe.slp.spi.filter
Class ExpressionFilter

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

public class ExpressionFilter
extends Object
implements Filter

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

Constructor Summary
ExpressionFilter(String lhs, String operator, String rhs)
           
 
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

ExpressionFilter

public ExpressionFilter(String lhs,
                        String operator,
                        String rhs)
                 throws ServiceLocationException
Throws:
ServiceLocationException
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.