public final class

JiraSystemProperties

extends Object
java.lang.Object
   ↳ com.atlassian.jira.config.properties.JiraSystemProperties

Class Overview

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.

Summary

Public Methods
@Deprecated static String getCustomDirectoryPlugins()
static JiraProperties getInstance()
@Deprecated static boolean isBundledPluginsDisabled()
@Deprecated static boolean isCustomPathPluginsEnabled()
static boolean isDecodeMailFileName()
@Deprecated 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()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Deprecated public static String getCustomDirectoryPlugins ()

public static JiraProperties getInstance ()

@Deprecated public static boolean isBundledPluginsDisabled ()

@Deprecated public static boolean isCustomPathPluginsEnabled ()

public static boolean isDecodeMailFileName ()

Returns
  • return true if the system property has been set to decode the "filename" from an e-mail.

@Deprecated public static boolean isDecodeMailParameters ()

@Deprecated public static boolean isDevMode ()

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

@Deprecated public static boolean isI18nReloadBundles ()

@Deprecated public static boolean isSuperBatchingDisabled ()

@Deprecated public static boolean isWebSudoDisabled ()

@Deprecated public static boolean isXsrfDetectionCheckRequired ()

@Deprecated public static void resetReferences ()

@Deprecated public static boolean showPerformanceMonitor ()