org.opennms.core.soa.filter
Class OrFilter

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

public class OrFilter
extends AbstractFilter

OrFilter

Author:
brozow

Constructor Summary
OrFilter(Filter... filters)
           
OrFilter(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

OrFilter

public OrFilter(List<Filter> filters)

OrFilter

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