public class RuntimeEnvironmentInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RuntimeEnvironmentInfo.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getImplementationName() |
String |
getImplementationVersion() |
String |
getJavaVersion() |
String |
getPlatformApiVersion() |
String |
getPlatformClientVersion() |
String |
getPlatformHostVersion() |
Map<String,String> |
getPlatformSpecificInfo() |
String |
getPlatformType() |
String |
getSpiVersion() |
String |
getSpringBootVersion() |
String |
getSpringVersion() |
public String getSpiVersion()
public String getImplementationName()
public String getImplementationVersion()
public String getPlatformType()
public String getPlatformApiVersion()
public String getPlatformClientVersion()
public String getPlatformHostVersion()
public String getJavaVersion()
public String getSpringVersion()
public String getSpringBootVersion()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.