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 void
afterPropertiesSet()
Collection<String>
getSupportedDatabases()
String
getSupportedJavaRuntime()
Collection<String>
getSupportedJavaRuntimes()
Collection<String>
getSupportedJavaVersions()
Collection<String>
getSupportedOperatingSystems()
Collection<String>
getSupportedTomcatVersions()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
getSupportedJavaVersions
public Collection<String> getSupportedJavaVersions()
- Specified by:
getSupportedJavaVersions
in interfaceSystemCompatibilityService
- Returns:
- the supported jdk version of this Confluence instance
-
getSupportedJavaRuntimes
public Collection<String> getSupportedJavaRuntimes()
- Specified by:
getSupportedJavaRuntimes
in interfaceSystemCompatibilityService
- Returns:
- the supported jdk runtimes of this Confluence instance
-
getSupportedJavaRuntime
public String getSupportedJavaRuntime()
- Specified by:
getSupportedJavaRuntime
in interfaceSystemCompatibilityService
- Returns:
- the supported jdk runtime of this Confluence instance
-
getSupportedOperatingSystems
public Collection<String> getSupportedOperatingSystems()
- Specified by:
getSupportedOperatingSystems
in interfaceSystemCompatibilityService
- Returns:
- a list of supported operating systems for Confluence server installation
-
getSupportedDatabases
public Collection<String> getSupportedDatabases()
- Specified by:
getSupportedDatabases
in interfaceSystemCompatibilityService
- Returns:
- a list of supported databases
-
getSupportedTomcatVersions
public Collection<String> getSupportedTomcatVersions()
- Specified by:
getSupportedTomcatVersions
in interfaceSystemCompatibilityService
- Returns:
- a list of supported tomcat versions
-
-