org.apache.felix.bundlerepository
Class VersionRange
java.lang.Object
org.apache.felix.bundlerepository.VersionRange
public class VersionRange
- extends Object
infiniteRange
public static final VersionRange infiniteRange
VersionRange
public VersionRange(Version low,
boolean isLowInclusive,
Version high,
boolean isHighInclusive)
getLow
public Version getLow()
isLowInclusive
public boolean isLowInclusive()
getHigh
public Version getHigh()
isHighInclusive
public boolean isHighInclusive()
isInRange
public boolean isInRange(Version version)
parse
public static VersionRange parse(String range)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.