@Service @Singleton public class VersionInfoImpl extends Object implements VersionInfo
| Constructor and Description |
|---|
VersionInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviatedProductName()
Returns the short name of the product.
|
String |
getMajorVersion()
Returns the major version of the product.
|
String |
getMinorVersion()
Returns the minor version of the product.
|
String |
getPayaraVersion()
Returns the Payara version.
|
String |
getVersionPrefix()
Returns the any prefixes to the products version.
|
public String getAbbreviatedProductName()
VersionInfogetAbbreviatedProductName in interface VersionInfopublic String getVersionPrefix()
VersionInfogetVersionPrefix in interface VersionInfopublic String getMajorVersion()
VersionInfogetMajorVersion in interface VersionInfopublic String getMinorVersion()
VersionInfogetMinorVersion in interface VersionInfopublic String getPayaraVersion()
VersionInfogetPayaraVersion in interface VersionInfoCopyright © 2017. All rights reserved.