public class DefaultSystemCompatibilityService extends Object implements SystemCompatibilityService, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DefaultSystemCompatibilityService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Collection<String> |
getSupportedDatabases() |
String |
getSupportedJavaRuntime() |
Collection<String> |
getSupportedJavaRuntimes() |
Collection<String> |
getSupportedJavaVersions() |
Collection<String> |
getSupportedOperatingSystems() |
Collection<String> |
getSupportedTomcatVersions() |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Collection<String> getSupportedJavaVersions()
getSupportedJavaVersions in interface SystemCompatibilityServicepublic Collection<String> getSupportedJavaRuntimes()
getSupportedJavaRuntimes in interface SystemCompatibilityServicepublic String getSupportedJavaRuntime()
getSupportedJavaRuntime in interface SystemCompatibilityServicepublic Collection<String> getSupportedOperatingSystems()
getSupportedOperatingSystems in interface SystemCompatibilityServicepublic Collection<String> getSupportedDatabases()
getSupportedDatabases in interface SystemCompatibilityServicepublic Collection<String> getSupportedTomcatVersions()
getSupportedTomcatVersions in interface SystemCompatibilityServiceCopyright © 2003–2021 Atlassian. All rights reserved.