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() |
String |
getSupportedJavaVersion() |
Collection<String> |
getSupportedJavaVersions() |
Collection<String> |
getSupportedOperatingSystems() |
Collection<String> |
getSupportedTomcatVersions() |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public Collection<String> getSupportedJavaVersions()
getSupportedJavaVersions
in interface SystemCompatibilityService
public String getSupportedJavaVersion()
getSupportedJavaVersion
in interface SystemCompatibilityService
public String getSupportedJavaRuntime()
getSupportedJavaRuntime
in interface SystemCompatibilityService
public Collection<String> getSupportedOperatingSystems()
getSupportedOperatingSystems
in interface SystemCompatibilityService
public Collection<String> getSupportedDatabases()
getSupportedDatabases
in interface SystemCompatibilityService
public Collection<String> getSupportedTomcatVersions()
getSupportedTomcatVersions
in interface SystemCompatibilityService
Copyright © 2003–2016 Atlassian. All rights reserved.