@Service @Singleton public class VersionInfoImpl extends Object implements VersionInfo
| Constructor and Description |
|---|
VersionInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviatedProductName()
Returns the Abbreviated Product Name
|
String |
getMajorVersion()
Returns the major version of Payara, e.g.
|
String |
getMinorVersion()
Returns the minor version of Payara, e.g.
|
String |
getVersionPrefix()
Returns this version's prefix, e.g.
|
public String getAbbreviatedProductName()
VersionInfogetAbbreviatedProductName in interface VersionInfopublic String getVersionPrefix()
VersionInfogetVersionPrefix in interface VersionInfopublic String getMajorVersion()
VersionInfogetMajorVersion in interface VersionInfopublic String getMinorVersion()
VersionInfogetMinorVersion in interface VersionInfoCopyright © 2019. All rights reserved.