Knopflerfish OSGi 2.4.0

org.knopflerfish.ant.taskdefs.bundle
Class VersionRange

java.lang.Object
  extended byorg.knopflerfish.ant.taskdefs.bundle.VersionRange

public class VersionRange
extends java.lang.Object


Constructor Summary
VersionRange()
           
VersionRange(java.lang.String s)
           
 
Method Summary
 boolean contains(Version ver)
          Check if the specified version is conatined in this version range.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionRange

public VersionRange()

VersionRange

public VersionRange(java.lang.String s)
Method Detail

contains

public boolean contains(Version ver)
Check if the specified version is conatined in this version range.

Parameters:
ver - The version to check.
Returns:
true if the specified version is in this range, false otherwise.

toString

public java.lang.String toString()

Knopflerfish OSGi 2.4.0