public final class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
VERSION_DATE_FORMAT
Represents the format that the version date is returned as
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildDate()
The build date returned as a string.
|
String |
getBuildNumber()
The internal build number
|
String |
getBuildRevision()
The internal revision string
|
String |
getDisplayVersion()
The final displayable version
|
String |
getVersion()
Gets the version as a MAJOR.MINOR.PATH.BUILD string
|
public static final SimpleDateFormat VERSION_DATE_FORMAT
public String getVersion()
public String getBuildDate()
Date by using the
VERSION_DATE_FORMAT member of this classpublic String getBuildRevision()
public String getBuildNumber()
public String getDisplayVersion()
Copyright © 2021 Micro Focus. All rights reserved.