public interface VersionInfo extends java.lang.Comparable<VersionInfo>
Modifier and Type | Method and Description |
---|---|
VersionInfo |
getNextVersion()
Returns a
VersionInfo object which represents the next version of this object. |
java.lang.String |
getReleaseVersionString()
Returns a string representing the version without a snapshot specification.
|
java.lang.String |
getSnapshotVersionString()
Returns a string representing the version with a snapshot specification
|
boolean |
isSnapshot()
Returns whether this represents a snapshot version.
|
java.lang.String getSnapshotVersionString()
java.lang.String getReleaseVersionString()
VersionInfo getNextVersion()
VersionInfo
object which represents the next version of this object.boolean isSnapshot()