public class BandanaConfigMigrator extends Object
Constructor and Description |
---|
BandanaConfigMigrator() |
Modifier and Type | Method and Description |
---|---|
void |
run()
Migrate the configuration in the Confluence home config/ directory.
|
void |
run(File baseConfigPath)
Migrate the configuration in the nominated directory.
|
void |
setBandanaPersister(com.atlassian.bandana.BandanaPersister persister) |
void |
setxStreamManager(XStreamManager xStreamManager) |
public void run()
public void run(File baseConfigPath)
baseConfigPath
- the root path of the Bandana configuration structure. Inside will be one
file called confluence-global.bandana.xml, and a series of directories for each space's config.public void setBandanaPersister(com.atlassian.bandana.BandanaPersister persister)
public void setxStreamManager(XStreamManager xStreamManager)
Copyright © 2003–2020 Atlassian. All rights reserved.