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