Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.exporters.ExporterFactory
-
Packages that use ExporterFactory Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters com.atlassian.confluence.impl.backuprestore.backup.exporters.site -
-
Uses of ExporterFactory in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ExporterFactory Modifier and Type Method Description Set<Exporter>SpaceExportersFactory. createExporters(DatabaseExporterHelper databaseExporterHelper, ExporterFactory exporterFactory, boolean keepCollectionsForContentProperties)Creates a set of exporters. -
Uses of ExporterFactory in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.site with parameters of type ExporterFactory Constructor Description SiteExportersCreator(ExporterFactory exporterFactory, HibernateMetadataHelper hibernateMetadataHelper, boolean includeAttachments)
-