org.livetribe.slp.spi.filter
Class AlwaysMatchFilter

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

public class AlwaysMatchFilter
extends Object
implements Filter

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

Constructor Summary
AlwaysMatchFilter()
           
 
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

AlwaysMatchFilter

public AlwaysMatchFilter()
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.