Class ConfluenceBandanaPersister
- java.lang.Object
-
- com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
-
- All Implemented Interfaces:
com.atlassian.bandana.BandanaPersister
@Deprecated public class ConfluenceBandanaPersister extends Object implements com.atlassian.bandana.BandanaPersister
Deprecated.since 7.12 No replacement.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_DIRECTORY_NAME
Deprecated.static String
GLOBAL_CONFIG_FILE_NAME
Deprecated.static String
SPACE_CONFIG_FILE_NAME
Deprecated.
-
Constructor Summary
Constructors Constructor Description ConfluenceBandanaPersister()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
flushCaches()
Deprecated.protected String
getBasePath()
Deprecated.void
remove(com.atlassian.bandana.BandanaContext bandanaContext)
Deprecated.if space context passed in, remove the whole directory for space if global context passed in, remove the global bandana config file onlyvoid
remove(com.atlassian.bandana.BandanaContext context, String key)
Deprecated.Map
retrieve(com.atlassian.bandana.BandanaContext context)
Deprecated.Object
retrieve(com.atlassian.bandana.BandanaContext context, String key)
Deprecated.Iterable<String>
retrieveKeys(com.atlassian.bandana.BandanaContext bandanaContext)
Deprecated.void
setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.void
setxStreamManager(ConfluenceXStreamManager xStreamManager)
Deprecated.void
store(com.atlassian.bandana.BandanaContext context, String key, Object configuration)
Deprecated.
-
-
-
Field Detail
-
CONFIG_DIRECTORY_NAME
public static final String CONFIG_DIRECTORY_NAME
Deprecated.- See Also:
- Constant Field Values
-
GLOBAL_CONFIG_FILE_NAME
public static final String GLOBAL_CONFIG_FILE_NAME
Deprecated.- See Also:
- Constant Field Values
-
SPACE_CONFIG_FILE_NAME
public static final String SPACE_CONFIG_FILE_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
retrieve
public Object retrieve(com.atlassian.bandana.BandanaContext context, String key)
Deprecated.- Specified by:
retrieve
in interfacecom.atlassian.bandana.BandanaPersister
-
retrieve
public Map retrieve(com.atlassian.bandana.BandanaContext context)
Deprecated.- Specified by:
retrieve
in interfacecom.atlassian.bandana.BandanaPersister
-
retrieveKeys
public Iterable<String> retrieveKeys(com.atlassian.bandana.BandanaContext bandanaContext)
Deprecated.- Specified by:
retrieveKeys
in interfacecom.atlassian.bandana.BandanaPersister
-
store
public void store(com.atlassian.bandana.BandanaContext context, String key, Object configuration)
Deprecated.- Specified by:
store
in interfacecom.atlassian.bandana.BandanaPersister
-
getBasePath
protected String getBasePath()
Deprecated.
-
setxStreamManager
public void setxStreamManager(ConfluenceXStreamManager xStreamManager)
Deprecated.
-
setBootstrapManager
public void setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.
-
flushCaches
public void flushCaches()
Deprecated.- Specified by:
flushCaches
in interfacecom.atlassian.bandana.BandanaPersister
-
remove
public void remove(com.atlassian.bandana.BandanaContext bandanaContext)
Deprecated.if space context passed in, remove the whole directory for space if global context passed in, remove the global bandana config file only- Specified by:
remove
in interfacecom.atlassian.bandana.BandanaPersister
- Parameters:
bandanaContext
-
-
remove
public void remove(com.atlassian.bandana.BandanaContext context, String key)
Deprecated.- Specified by:
remove
in interfacecom.atlassian.bandana.BandanaPersister
-
-