public interface ContainerDescription
| Modifier and Type | Method and Description |
|---|---|
String |
getLaunchType()
Returns the type of the server that was launched.
|
String |
getProductName()
Returns the name of the product.
|
String |
getProductVersion()
Returns the product version, if defined, or
null if the product version was not defined. |
String |
getReleaseVersion()
Returns the release version, if defined, or
null if the release version was not defined. |
boolean |
isDomain()
Checks if the server is a managed domain server.
|
String getProductName()
String getProductVersion()
null if the product version was not defined.null if not definedString getReleaseVersion()
null if the release version was not defined.
Note that in WildFly 9+ this is usually the version for WildFly Core. In WildFly 8 this is the full version.
null if not definedString getLaunchType()
null if not definedboolean isDomain()
true if this is a managed domain, otherwise falseCopyright © 2018 JBoss by Red Hat. All rights reserved.