Package | Description |
---|---|
org.apache.maven.shared.release.versions |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVersionInfo
This compares and increments versions for a common java versioning scheme.
|
Modifier and Type | Method and Description |
---|---|
VersionInfo |
VersionInfo.getNextVersion()
Returns a
VersionInfo object which represents the next version of this object. |
VersionInfo |
DefaultVersionInfo.getNextVersion() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultVersionInfo.compareTo(VersionInfo obj)
Compares this
DefaultVersionInfo to the supplied DefaultVersionInfo
to determine which version is greater. |
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.