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
@Deprecated static void closeContext()
This method is deprecated. since 2.3 use closeContext() instead.
@Deprecated static ApplicationContext getBootstrapContext()
This method is deprecated. since 2.3 use getBootstrapContext() instead.
@Deprecated static BootstrapManager getBootstrapManager()
This method is deprecated. since 2.3 use getBootstrapManager() instead.
@Deprecated static void setBootstrapContext(ApplicationContext bootstrapContext)
This method is deprecated. since 2.3 use setBootstrapContext(ApplicationContext) instead.
@Deprecated 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

@Deprecated public static void closeContext ()

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

@Deprecated public static ApplicationContext getBootstrapContext ()

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

@Deprecated public static BootstrapManager getBootstrapManager ()

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

@Deprecated public static void setBootstrapContext (ApplicationContext bootstrapContext)

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

@Deprecated public static void setBootstrapManager (BootstrapManager bootstrapManager)

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