org.osgi.impl.bundle.obr.resource
Class VersionRange

java.lang.Object
  extended by org.osgi.impl.bundle.obr.resource.VersionRange
All Implemented Interfaces:
Comparable

public class VersionRange
extends Object
implements Comparable


Constructor Summary
VersionRange(String string)
           
 
Method Summary
 int compareTo(Object other)
           
 boolean equals(Object other)
           
 int hashCode()
           
 boolean includeHigh()
           
 boolean includeLow()
           
 boolean isRange()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionRange

public VersionRange(String string)
Method Detail

isRange

public boolean isRange()

includeLow

public boolean includeLow()

includeHigh

public boolean includeHigh()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.