org.osgi.impl.bundle.obr.resource

Class VersionRange

public class VersionRange extends Object implements Comparable

Constructor Summary
VersionRange(String string)
Method Summary
intcompareTo(Object other)
booleanequals(Object other)
inthashCode()
booleanincludeHigh()
booleanincludeLow()
booleanisRange()
StringtoString()

Constructor Detail

VersionRange

public VersionRange(String string)

Method Detail

compareTo

public int compareTo(Object other)

equals

public boolean equals(Object other)

hashCode

public int hashCode()

includeHigh

public boolean includeHigh()

includeLow

public boolean includeLow()

isRange

public boolean isRange()

toString

public String toString()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.