public interface VersionInfo extends Comparable<VersionInfo>
Modifier and Type | Method and Description |
---|---|
VersionInfo |
getNextVersion()
Returns a
VersionInfo object which represents the next version
of this object. |
String |
getReleaseVersionString()
Returns a string representing the version without a snapshot specification.
|
String |
getSnapshotVersionString()
Returns a string representing the version with a snapshot specification
|
boolean |
isSnapshot()
Returns whether this represents a snapshot version.
|
compareTo
String getSnapshotVersionString()
String getReleaseVersionString()
VersionInfo getNextVersion()
VersionInfo
object which represents the next version
of this object.boolean isSnapshot()
true
if the original value was a snapshot, otherwise false
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.