com.atlassian.confluence.core
Class ConfluenceSystemProperties

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

public class ConfluenceSystemProperties
extends java.lang.Object

Query the status of various Confluence system properties


Method Summary
static boolean isBundledPluginsDisabled()
           
static boolean isDevMode()
           
 
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

isBundledPluginsDisabled

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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.