com.atlassian.confluence.setup
Class BootstrapUtils

java.lang.Object
  extended by com.atlassian.confluence.setup.BootstrapUtils

Deprecated. since 2.3 use BootstrapUtils

public class BootstrapUtils
extends java.lang.Object

See Also:
BootstrapUtils

Constructor Summary
BootstrapUtils()
          Deprecated.  
 
Method Summary
static void closeContext()
          Deprecated. since 2.3 use BootstrapUtils.closeContext() instead.
static org.springframework.context.ApplicationContext getBootstrapContext()
          Deprecated. since 2.3 use BootstrapUtils.getBootstrapContext() instead.
static BootstrapManager getBootstrapManager()
          Deprecated. since 2.3 use BootstrapUtils.getBootstrapManager() instead.
static void setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)
          Deprecated. since 2.3 use BootstrapUtils.setBootstrapContext(ApplicationContext) instead.
static void setBootstrapManager(BootstrapManager bootstrapManager)
          Deprecated. since 2.3 use BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager) instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapUtils

public BootstrapUtils()
Deprecated. 
Method Detail

getBootstrapContext

public static org.springframework.context.ApplicationContext getBootstrapContext()
Deprecated. since 2.3 use BootstrapUtils.getBootstrapContext() instead.


setBootstrapContext

public static void setBootstrapContext(org.springframework.context.ApplicationContext bootstrapContext)
Deprecated. since 2.3 use BootstrapUtils.setBootstrapContext(ApplicationContext) instead.


getBootstrapManager

public static BootstrapManager getBootstrapManager()
Deprecated. since 2.3 use BootstrapUtils.getBootstrapManager() instead.


setBootstrapManager

public static void setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated. since 2.3 use BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager) instead.


closeContext

public static void closeContext()
Deprecated. since 2.3 use BootstrapUtils.closeContext() instead.



Copyright © 2003-2010 Atlassian. All Rights Reserved.