com.atlassian.jira.config.properties
Class JiraSystemProperties

java.lang.Object
  extended by com.atlassian.jira.config.properties.JiraSystemProperties

public final class JiraSystemProperties
extends Object

This class provides access to system properties. It should be used to access properties that can't be accessed via ApplicationProperties yet because the world hasn't been brought up yet.

Since:
v4.0

Method Summary
static String getCustomDirectoryPlugins()
          Deprecated. 
static JiraProperties getInstance()
           
static boolean isBundledPluginsDisabled()
          Deprecated. 
static boolean isCustomPathPluginsEnabled()
          Deprecated. 
static boolean isDecodeMailFileName()
           
static boolean isDecodeMailParameters()
          Deprecated. 
static boolean isDevMode()
          Deprecated. 
static boolean isI18nReloadBundles()
          Deprecated. 
static boolean isSuperBatchingDisabled()
          Deprecated. 
static boolean isWebSudoDisabled()
          Deprecated. 
static boolean isXsrfDetectionCheckRequired()
          Deprecated. 
static void resetReferences()
          Deprecated. 
static boolean showPerformanceMonitor()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JiraProperties getInstance()

isDevMode

@Deprecated
public static boolean isDevMode()
Deprecated. 

Returns:
true if jira is running in dev mode (meaning jira.home lock files will be ignored)

isXsrfDetectionCheckRequired

@Deprecated
public static boolean isXsrfDetectionCheckRequired()
Deprecated. 


isSuperBatchingDisabled

@Deprecated
public static boolean isSuperBatchingDisabled()
Deprecated. 


isDecodeMailParameters

@Deprecated
public static boolean isDecodeMailParameters()
Deprecated. 


isCustomPathPluginsEnabled

@Deprecated
public static boolean isCustomPathPluginsEnabled()
Deprecated. 


getCustomDirectoryPlugins

@Deprecated
public static String getCustomDirectoryPlugins()
Deprecated. 


isWebSudoDisabled

@Deprecated
public static boolean isWebSudoDisabled()
Deprecated. 


isI18nReloadBundles

@Deprecated
public static boolean isI18nReloadBundles()
Deprecated. 


showPerformanceMonitor

@Deprecated
public static boolean showPerformanceMonitor()
Deprecated. 


isBundledPluginsDisabled

@Deprecated
public static boolean isBundledPluginsDisabled()
Deprecated. 


isDecodeMailFileName

public static boolean isDecodeMailFileName()
Returns:
return true if the system property has been set to decode the "filename" from an e-mail.

resetReferences

@Deprecated
public static void resetReferences()
Deprecated. 



Copyright © 2002-2014 Atlassian. All Rights Reserved.