Class SynchronySnapshotsPersisterFactory
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.persister.SynchronySnapshotsPersisterFactory
-
- All Implemented Interfaces:
ObjectPersisterFactory
@Deprecated @Internal public class SynchronySnapshotsPersisterFactory extends Object implements ObjectPersisterFactory
Deprecated.since 7.17.0A persister for synchrony snapshots which ignores them.- Since:
- 6.15.0
-
-
Constructor Summary
Constructors Constructor Description SynchronySnapshotsPersisterFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectPersister
createPersisterFor(ImportedObject importedObject)
Deprecated.Creates a new persister for the givenImportedObject
.
-
-
-
Method Detail
-
createPersisterFor
public ObjectPersister createPersisterFor(ImportedObject importedObject)
Deprecated.Description copied from interface:ObjectPersisterFactory
Creates a new persister for the givenImportedObject
.- Specified by:
createPersisterFor
in interfaceObjectPersisterFactory
- Parameters:
importedObject
- the object to persist.- Returns:
- the matching
ObjectPersister
, or null if none could be found.
-
-