| Package | Description |
|---|---|
| org.apache.jackrabbit.filevault.maven.packaging |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.EMPTY
The empty version
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.create(String str)
Creates a new version from the given string.
|
static Version |
Version.create(String[] segments)
Creates a new version from version segments
|
Version |
VersionRange.getHigh()
Returns the upper bound
|
Version |
VersionRange.getLow()
Returns the lower bound
|
Version |
PackageId.getVersion()
Returns the version of this package or
null if n/a. |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o)
Compares this version to the given one, segment by segment with a special
"SNAPSHOT" handling.
|
boolean |
VersionRange.isInRange(Version v)
Checks if the given version is in this range.
|
| Constructor and Description |
|---|
PackageId(String group,
String name,
Version version)
Creates a new package id
|
PackageId(String path,
Version version)
Creates a new package id
|
VersionRange(Version v)
Creates a new version range that exactly includes the given version.
|
VersionRange(Version low,
boolean lowIncl,
Version high,
boolean highIncl)
Creates a new version range.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.