aQute.bnd.osgi.resource
Class FilterParser.WithRangeExpression

java.lang.Object
  extended by aQute.bnd.osgi.resource.FilterParser.Expression
      extended by aQute.bnd.osgi.resource.FilterParser.WithRangeExpression
Direct Known Subclasses:
FilterParser.BundleExpression, FilterParser.HostExpression, FilterParser.IdentityExpression, FilterParser.PackageExpression
Enclosing class:
FilterParser

public abstract static class FilterParser.WithRangeExpression
extends FilterParser.Expression


Constructor Summary
FilterParser.WithRangeExpression()
           
 
Method Summary
 boolean eval(Map<String,Object> map)
           
 FilterParser.RangeExpression getRangeExpression()
           
abstract  String printExcludingRange()
           
 
Methods inherited from class aQute.bnd.osgi.resource.FilterParser.Expression
query, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterParser.WithRangeExpression

public FilterParser.WithRangeExpression()
Method Detail

eval

public boolean eval(Map<String,Object> map)
Specified by:
eval in class FilterParser.Expression

getRangeExpression

public FilterParser.RangeExpression getRangeExpression()

printExcludingRange

public abstract String printExcludingRange()


Copyright © 2014 aQute SARL. All rights reserved.