com.atlassian.confluence.status.service
Class DefaultSystemCompatibilityService

java.lang.Object
  extended by com.atlassian.confluence.status.service.DefaultSystemCompatibilityService
All Implemented Interfaces:
SystemCompatibilityService, org.springframework.beans.factory.InitializingBean

public class DefaultSystemCompatibilityService
extends java.lang.Object
implements SystemCompatibilityService, org.springframework.beans.factory.InitializingBean


Constructor Summary
DefaultSystemCompatibilityService()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.util.Collection<java.lang.String> getSupportedDatabases()
           
 java.lang.String getSupportedJavaRuntime()
           
 java.lang.String getSupportedJavaVersion()
           
 java.util.Collection<java.lang.String> getSupportedJavaVersions()
           
 java.util.Collection<java.lang.String> getSupportedOperatingSystems()
           
 java.util.Collection<java.lang.String> getSupportedTomcatVersions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSystemCompatibilityService

public DefaultSystemCompatibilityService()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

getSupportedJavaVersions

public java.util.Collection<java.lang.String> getSupportedJavaVersions()
Specified by:
getSupportedJavaVersions in interface SystemCompatibilityService
Returns:
the supported jdk version of this Confluence instance

getSupportedJavaVersion

public java.lang.String getSupportedJavaVersion()
Specified by:
getSupportedJavaVersion in interface SystemCompatibilityService
Returns:
one of the supported jdk versions of this Confluence instance

getSupportedJavaRuntime

public java.lang.String getSupportedJavaRuntime()
Specified by:
getSupportedJavaRuntime in interface SystemCompatibilityService
Returns:
the supported jdk runtime of this Confluence instance

getSupportedOperatingSystems

public java.util.Collection<java.lang.String> getSupportedOperatingSystems()
Specified by:
getSupportedOperatingSystems in interface SystemCompatibilityService
Returns:
a list of supported operating systems for Confluence server installation

getSupportedDatabases

public java.util.Collection<java.lang.String> getSupportedDatabases()
Specified by:
getSupportedDatabases in interface SystemCompatibilityService
Returns:
a list of supported databases

getSupportedTomcatVersions

public java.util.Collection<java.lang.String> getSupportedTomcatVersions()
Specified by:
getSupportedTomcatVersions in interface SystemCompatibilityService
Returns:
a list of supported tomcat versions


Copyright © 2003-2014 Atlassian. All Rights Reserved.