com.atlassian.jira.util.system.check
Class JVMCheck

java.lang.Object
  extended by com.atlassian.jira.util.system.check.JVMCheck
All Implemented Interfaces:
SystemEnvironmentCheck

public class JVMCheck
extends Object
implements SystemEnvironmentCheck

Checks for particular JVM Versions related to JRA-9198, JRA-15681

Since:
v4.0

Constructor Summary
JVMCheck()
           
 
Method Summary
 I18nMessage getWarningMessage()
          This method returns the warning message, if no warning is neccessary it returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMCheck

public JVMCheck()
Method Detail

getWarningMessage

public I18nMessage getWarningMessage()
Description copied from interface: SystemEnvironmentCheck
This method returns the warning message, if no warning is neccessary it returns null.

Specified by:
getWarningMessage in interface SystemEnvironmentCheck
Returns:
an I18nMessage or null


Copyright © 2002-2012 Atlassian. All Rights Reserved.