Uses of Interface
com.atlassian.confluence.impl.backuprestore.restore.container.BackupContainerReaderFactory
-
Packages that use BackupContainerReaderFactory Package Description com.atlassian.confluence.impl.backuprestore.restore com.atlassian.confluence.impl.backuprestore.restore.container -
-
Uses of BackupContainerReaderFactory in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type BackupContainerReaderFactory Constructor Description RestoreService(org.hibernate.SessionFactory sessionFactory, BackupContainerReaderFactory backupContainerReaderFactory, ImportedObjectsDispatcherFactory importedObjectsDispatcherFactory, ExportableEntityInfoFactory exportableEntityInfoFactory) -
Uses of BackupContainerReaderFactory in com.atlassian.confluence.impl.backuprestore.restore.container
Classes in com.atlassian.confluence.impl.backuprestore.restore.container that implement BackupContainerReaderFactory Modifier and Type Class Description classBackupContainerReaderFactoryImplDefault implementation for restore container reader factory.
-