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