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

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

public class JRA21004Check
extends Object
implements SystemEnvironmentCheck

http://jira.atlassian.com/browse/JRA-21004

System check for security reasons

Since:
v4.1

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

Constructor Detail

JRA21004Check

public JRA21004Check()
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

isPathsAllowedToBetSet

public boolean isPathsAllowedToBetSet()


Copyright © 2002-2010 Atlassian. All Rights Reserved.