Class DefaultSystemCompatibilityService
- java.lang.Object
-
- com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
-
- All Implemented Interfaces:
SystemCompatibilityService,org.springframework.beans.factory.InitializingBean
public class DefaultSystemCompatibilityService extends Object implements SystemCompatibilityService, org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description DefaultSystemCompatibilityService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()Collection<String>getSupportedDatabases()StringgetSupportedJavaRuntime()Collection<String>getSupportedJavaRuntimes()Collection<String>getSupportedJavaVersions()Collection<String>getSupportedOperatingSystems()Collection<String>getSupportedTomcatVersions()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getSupportedJavaVersions
public Collection<String> getSupportedJavaVersions()
- Specified by:
getSupportedJavaVersionsin interfaceSystemCompatibilityService- Returns:
- the supported jdk version of this Confluence instance
-
getSupportedJavaRuntimes
public Collection<String> getSupportedJavaRuntimes()
- Specified by:
getSupportedJavaRuntimesin interfaceSystemCompatibilityService- Returns:
- the supported jdk runtimes of this Confluence instance
-
getSupportedJavaRuntime
public String getSupportedJavaRuntime()
- Specified by:
getSupportedJavaRuntimein interfaceSystemCompatibilityService- Returns:
- the supported jdk runtime of this Confluence instance
-
getSupportedOperatingSystems
public Collection<String> getSupportedOperatingSystems()
- Specified by:
getSupportedOperatingSystemsin interfaceSystemCompatibilityService- Returns:
- a list of supported operating systems for Confluence server installation
-
getSupportedDatabases
public Collection<String> getSupportedDatabases()
- Specified by:
getSupportedDatabasesin interfaceSystemCompatibilityService- Returns:
- a list of supported databases
-
getSupportedTomcatVersions
public Collection<String> getSupportedTomcatVersions()
- Specified by:
getSupportedTomcatVersionsin interfaceSystemCompatibilityService- Returns:
- a list of supported tomcat versions
-
-