org.apache.ivy.osgi.filter
Class AndFilter

java.lang.Object
  extended by org.apache.ivy.osgi.filter.OSGiFilter
      extended by org.apache.ivy.osgi.filter.MultiOperatorFilter
          extended by org.apache.ivy.osgi.filter.AndFilter

public class AndFilter
extends MultiOperatorFilter


Constructor Summary
AndFilter()
           
AndFilter(OSGiFilter[] filters)
           
 
Method Summary
 boolean eval(java.util.Map<java.lang.String,java.lang.String> properties)
           
protected  char operator()
           
 
Methods inherited from class org.apache.ivy.osgi.filter.MultiOperatorFilter
add, append, equals, getSubFilters, hashCode
 
Methods inherited from class org.apache.ivy.osgi.filter.OSGiFilter
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndFilter

public AndFilter()

AndFilter

public AndFilter(OSGiFilter[] filters)
Method Detail

operator

protected char operator()
Specified by:
operator in class MultiOperatorFilter

eval

public boolean eval(java.util.Map<java.lang.String,java.lang.String> properties)
Specified by:
eval in class OSGiFilter