| Package | Description |
|---|---|
| org.jboss.forge.furnace.versions |
| Modifier and Type | Method and Description |
|---|---|
MultipleVersionRange |
MultipleVersionRange.cloneOf() |
MultipleVersionRange |
MultipleVersionRange.intersect(MultipleVersionRange intersection)
Creates and returns a new
MultipleVersionRange that is a intersection of this version range and the
specified version range. |
static MultipleVersionRange |
Versions.parseMultipleVersionRange(String intersection)
Create a version range from a string representation
For example:
1.0 Version 1.0
[1.0,2.0) Versions 1.0 (included) to 2.0 (not included)
[1.0,2.0] Versions 1.0 to 2.0 (both included)
[1.5,) Versions 1.5 and higher
(,1.0],[1.2,) Versions up to 1.0 (included) and 1.2 or higher
|
| Modifier and Type | Method and Description |
|---|---|
MultipleVersionRange |
MultipleVersionRange.intersect(MultipleVersionRange intersection)
Creates and returns a new
MultipleVersionRange that is a intersection of this version range and the
specified version range. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.