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 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

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


setBootstrapContext

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


getBootstrapManager

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


setBootstrapManager

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


closeContext

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



Copyright © 2003-2012 Atlassian. All Rights Reserved.