Class 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 Detail

      • ConfluenceExportConfiguration

        public ConfluenceExportConfiguration​(com.atlassian.dbexporter.ConnectionProvider connectionProvider,
                                             com.atlassian.dbexporter.progress.ProgressMonitor progressMonitor,
                                             com.atlassian.dbexporter.EntityNameProcessor entityNameProcessor)
    • Method Detail

      • getConnectionProvider

        public com.atlassian.dbexporter.ConnectionProvider getConnectionProvider()
        Specified by:
        getConnectionProvider in interface com.atlassian.dbexporter.ImportExportConfiguration
      • getProgressMonitor

        public com.atlassian.dbexporter.progress.ProgressMonitor getProgressMonitor()
        Specified by:
        getProgressMonitor in interface com.atlassian.dbexporter.ImportExportConfiguration
      • getEntityNameProcessor

        public com.atlassian.dbexporter.EntityNameProcessor getEntityNameProcessor()
        Specified by:
        getEntityNameProcessor in interface com.atlassian.dbexporter.ImportExportConfiguration