| Package | Description |
|---|---|
| fish.payara.arquillian.container.payara |
| Modifier and Type | Method and Description |
|---|---|
static PayaraVersion |
PayaraVersion.buildVersionFromBrandingProperties(String major,
String minor,
String update,
String payaraMinor,
String payaraUpdate)
This Method takes in properties from a glassfish-version.properties file and constructs
a new PayaraVersion object from this data.
|
static PayaraVersion |
PayaraVersion.buildVersionFromBrandingProperties(String major,
String minor,
String update,
String payaraMinor,
String payaraUpdate)
This Method takes in properties from a glassfish-version.properties file and constructs
a new PayaraVersion object from this data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PayaraVersion.isMoreRecentThan(PayaraVersion minimum)
A Utility method used for comparing PayaraVersion objects
When the parsed PayaraVersion is equal to the version it's being compared
to, the method will return true
|
boolean |
PayaraVersion.isMoreRecentThan(PayaraVersion minimum)
A Utility method used for comparing PayaraVersion objects
When the parsed PayaraVersion is equal to the version it's being compared
to, the method will return true
|
Copyright © 2022. All rights reserved.