org.livetribe.slp.spi.filter
Interface Filter

All Known Implementing Classes:
AlwaysMatchFilter, AndFilter, ExpressionFilter, NotFilter, OrFilter

public interface Filter

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

Method Summary
 boolean matches(Attributes attributes)
          Returns true if the given attributes matches the expression represented by this filter.
 

Method Detail

matches

boolean matches(Attributes attributes)
Returns true if the given attributes matches the expression represented by this filter.

Parameters:
attributes - The attributes to match against this filter.


Copyright © 2006-2012 LiveTribe. All Rights Reserved.