Uses of Class
org.apache.aries.util.VersionRange

Packages that use VersionRange
org.apache.aries.util   
org.apache.aries.util.manifest   
 

Uses of VersionRange in org.apache.aries.util
 

Methods in org.apache.aries.util that return VersionRange
 VersionRange VersionRange.intersect(VersionRange r)
          Create a new version range that is the intersection of this and the argument.
static VersionRange VersionRange.parseVersionRange(String s)
          Parse a version range..
static VersionRange VersionRange.parseVersionRange(String s, boolean exactVersion)
          Parse a version range and indicate if the version is an exact version
 

Methods in org.apache.aries.util with parameters of type VersionRange
 VersionRange VersionRange.intersect(VersionRange r)
          Create a new version range that is the intersection of this and the argument.
 

Uses of VersionRange in org.apache.aries.util.manifest
 

Methods in org.apache.aries.util.manifest that return VersionRange
static VersionRange ManifestHeaderProcessor.parseVersionRange(String s)
          Parse a version range..
static VersionRange ManifestHeaderProcessor.parseVersionRange(String s, boolean exactVersion)
          Parse a version range and indicate if the version is an exact version
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.