public class

BootstrapUtils

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.setup.BootstrapUtils

This class is deprecated.
since 2.3 use com.atlassian.config.util.BootstrapUtils

See Also
  • com.atlassian.config.util.BootstrapUtils

Summary

Public Constructors
BootstrapUtils()
Public Methods
static void closeContext()
This method is deprecated. since 2.3 use closeContext() instead.
static ApplicationContext getBootstrapContext()
This method is deprecated. since 2.3 use getBootstrapContext() instead.
static BootstrapManager getBootstrapManager()
This method is deprecated. since 2.3 use getBootstrapManager() instead.
static void setBootstrapContext(ApplicationContext bootstrapContext)
This method is deprecated. since 2.3 use setBootstrapContext(ApplicationContext) instead.
static void setBootstrapManager(BootstrapManager bootstrapManager)
This method is deprecated. since 2.3 use setBootstrapManager(AtlassianBootstrapManager) instead.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BootstrapUtils ()

Public Methods

public static void closeContext ()

This method is deprecated.
since 2.3 use closeContext() instead.

public static ApplicationContext getBootstrapContext ()

This method is deprecated.
since 2.3 use getBootstrapContext() instead.

public static BootstrapManager getBootstrapManager ()

This method is deprecated.
since 2.3 use getBootstrapManager() instead.

public static void setBootstrapContext (ApplicationContext bootstrapContext)

This method is deprecated.
since 2.3 use setBootstrapContext(ApplicationContext) instead.

public static void setBootstrapManager (BootstrapManager bootstrapManager)

This method is deprecated.
since 2.3 use setBootstrapManager(AtlassianBootstrapManager) instead.