org.opennms.core.soa.filter
Class AndFilter

java.lang.Object
  extended by org.opennms.core.soa.filter.AbstractFilter
      extended by org.opennms.core.soa.filter.AndFilter
All Implemented Interfaces:
Filter

public class AndFilter
extends AbstractFilter

AndFilter

Author:
brozow

Constructor Summary
AndFilter(Filter... filters)
           
AndFilter(List<Filter> filters)
           
 
Method Summary
 boolean match(Map<String,String> properties)
           
 String toString()
           
 
Methods inherited from class org.opennms.core.soa.filter.AbstractFilter
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndFilter

public AndFilter(List<Filter> filters)

AndFilter

public AndFilter(Filter... filters)
Method Detail

match

public boolean match(Map<String,String> properties)
Specified by:
match in interface Filter
Specified by:
match in class AbstractFilter

toString

public String toString()
Specified by:
toString in interface Filter
Specified by:
toString in class AbstractFilter


Copyright © 2011. All Rights Reserved.