@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()
VersionInfo
getAbbreviatedProductName
in interface VersionInfo
public String getVersionPrefix()
VersionInfo
getVersionPrefix
in interface VersionInfo
public String getMajorVersion()
VersionInfo
getMajorVersion
in interface VersionInfo
public String getMinorVersion()
VersionInfo
getMinorVersion
in interface VersionInfo
Copyright © 2019. All rights reserved.