| Package | Description |
|---|---|
| com.sdl.context.api.types |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericVersionPart
Part of a version object, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
VersionPart |
Version.getIncrementalVersionNamePart()
Returns the version part which relates to the incremental portion of the version, so
if the Version was "1.2.3" this would return a version part that relates to "3".
|
VersionPart |
GenericVersion.getIncrementalVersionNamePart() |
VersionPart |
Version.getMajorVersionNamePart()
Returns the version part which relates to the major portion of the version, so if
if the Version was "1.2" this would return a version part that relates to "1".
|
VersionPart |
GenericVersion.getMajorVersionNamePart() |
VersionPart |
Version.getMinorVersionNamePart()
Returns the version part which relates to the minor portion of the version, so if
if the Version was "1.2" this would return a version part that relates to "2".
|
VersionPart |
GenericVersion.getMinorVersionNamePart() |
| Modifier and Type | Method and Description |
|---|---|
int |
GenericVersionPart.compareTo(VersionPart versionNamePart) |
Copyright © {inceptionYear}–2017 SDL Group