Class ConfluenceExportConfiguration
- java.lang.Object
-
- com.atlassian.confluence.upgrade.recovery.ConfluenceExportConfiguration
-
- All Implemented Interfaces:
com.atlassian.dbexporter.exporter.ExportConfiguration
,com.atlassian.dbexporter.ImportExportConfiguration
public class ConfluenceExportConfiguration extends Object implements com.atlassian.dbexporter.exporter.ExportConfiguration
Holder for services needed during export.- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description ConfluenceExportConfiguration(com.atlassian.dbexporter.ConnectionProvider connectionProvider, com.atlassian.dbexporter.progress.ProgressMonitor progressMonitor, com.atlassian.dbexporter.EntityNameProcessor entityNameProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.dbexporter.ConnectionProvider
getConnectionProvider()
com.atlassian.dbexporter.EntityNameProcessor
getEntityNameProcessor()
com.atlassian.dbexporter.progress.ProgressMonitor
getProgressMonitor()
-
-
-
Method Detail
-
getConnectionProvider
public com.atlassian.dbexporter.ConnectionProvider getConnectionProvider()
- Specified by:
getConnectionProvider
in interfacecom.atlassian.dbexporter.ImportExportConfiguration
-
getProgressMonitor
public com.atlassian.dbexporter.progress.ProgressMonitor getProgressMonitor()
- Specified by:
getProgressMonitor
in interfacecom.atlassian.dbexporter.ImportExportConfiguration
-
getEntityNameProcessor
public com.atlassian.dbexporter.EntityNameProcessor getEntityNameProcessor()
- Specified by:
getEntityNameProcessor
in interfacecom.atlassian.dbexporter.ImportExportConfiguration
-
-