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
Constructor parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type ExporterFactory Constructor Description SpaceExportersFactory(StorageFormatUserRewriter storageFormatUserRewriter, Function<DatabaseExporterHelper,ExporterFactory> exporterFactorySupplier) -
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)
-