com.atlassian.confluence.core
Class ConfluenceSystemProperties
java.lang.Object
com.atlassian.confluence.core.ConfluenceSystemProperties
public class ConfluenceSystemProperties
- extends Object
Query the status of various Confluence system properties
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceSystemProperties
public ConfluenceSystemProperties()
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'
isAjsLogRendered
public static boolean isAjsLogRendered()
isAjsLogVisible
public static boolean isAjsLogVisible()
isContextBatchingDisabled
public static boolean isContextBatchingDisabled()
getConfluenceFixedCDNPrefix
@Nullable
public static String getConfluenceFixedCDNPrefix()
getConfluenceBaseUrlCDNPrefix
@Nullable
public static String getConfluenceBaseUrlCDNPrefix()
getTenantTimezoneId
@Nullable
public static String getTenantTimezoneId()
getHumanReadableClusterNodeName
@Nullable
public static String getHumanReadableClusterNodeName()
Copyright © 2003–2015 Atlassian. All rights reserved.