org.opennms.core.soa.filter
Class NotFilter

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

public class NotFilter
extends AbstractFilter

NotFilter

Author:
brozow

Constructor Summary
NotFilter(Filter filter)
           
 
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

NotFilter

public NotFilter(Filter filter)
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.