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 getSupportedJavaVersion()
           
 java.util.Collection<java.lang.String> getSupportedOperatingSystems()
           
 
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

getSupportedJavaVersion

public java.lang.String getSupportedJavaVersion()
Specified by:
getSupportedJavaVersion in interface SystemCompatibilityService
Returns:
the supported jdk version 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


Copyright © 2003-2014 Atlassian. All Rights Reserved.