com.atlassian.confluence.core
Class ConfluenceSystemProperties

java.lang.Object
  extended by com.atlassian.confluence.core.ConfluenceSystemProperties

public class ConfluenceSystemProperties
extends Object

Query the status of various Confluence system properties


Method Summary
static boolean isBackupPathSetAllowed()
          Checks the confluence.backup.path.set.allowed property, to see if the backup path can be modified in the admin console.
static boolean isBundledPluginsDisabled()
           
static boolean isDevMode()
           
static boolean isDisableCaches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isDevMode

public static boolean isDevMode()
Returns:
true if Confluence development mode is enabled

isDisableCaches

public static boolean isDisableCaches()

isBundledPluginsDisabled

public static boolean isBundledPluginsDisabled()
Returns:
true if bundled plugins are disabled

isBackupPathSetAllowed

public static boolean isBackupPathSetAllowed()
Checks the confluence.backup.path.set.allowed property, to see if the backup path can be modified in the admin console.

Returns:
true iff the property is set to 'true'


Copyright © 2003-2011 Atlassian. All Rights Reserved.