com.atlassian.confluence.status.service
Interface SystemCompatibilityService

All Known Implementing Classes:
DefaultSystemCompatibilityService

public interface SystemCompatibilityService

A service for retrieving information about the platforms supported by Confluence.

Since:
5.4

Method Summary
 Collection<String> getSupportedDatabases()
           
 String getSupportedJavaRuntime()
           
 String getSupportedJavaVersion()
          Deprecated. @since 5.5 use getSupportedJavaVersions()
 Collection<String> getSupportedJavaVersions()
           
 Collection<String> getSupportedOperatingSystems()
           
 Collection<String> getSupportedTomcatVersions()
           
 

Method Detail

getSupportedJavaVersions

Collection<String> getSupportedJavaVersions()
Returns:
the supported jdk version of this Confluence instance
Since:
5.5

getSupportedJavaVersion

String getSupportedJavaVersion()
Deprecated. @since 5.5 use getSupportedJavaVersions()

Returns:
one of the supported jdk versions of this Confluence instance

getSupportedJavaRuntime

String getSupportedJavaRuntime()
Returns:
the supported jdk runtime of this Confluence instance

getSupportedOperatingSystems

Collection<String> getSupportedOperatingSystems()
Returns:
a list of supported operating systems for Confluence server installation

getSupportedDatabases

Collection<String> getSupportedDatabases()
Returns:
a list of supported databases

getSupportedTomcatVersions

Collection<String> getSupportedTomcatVersions()
Returns:
a list of supported tomcat versions


Copyright © 2003–2015 Atlassian. All rights reserved.