Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.stash.StashObjectsSerialiser
-
Packages that use StashObjectsSerialiser Package Description com.atlassian.confluence.impl.backuprestore.restore.stash -
-
Uses of StashObjectsSerialiser in com.atlassian.confluence.impl.backuprestore.restore.stash
Constructors in com.atlassian.confluence.impl.backuprestore.restore.stash with parameters of type StashObjectsSerialiser Constructor Description ImportedObjectsStashFactoryImpl(@NotNull StashObjectsSerialiser stashObjectsSerialiser, @NotNull ConfluenceDirectories confluenceDirectories)
StashObjectsReaderImpl(StashObjectsWriter stashObjectsWriter, StashObjectsSerialiser stashObjectsSerialiser, File file)
StashObjectsReaderImpl(StashObjectsWriter stashObjectsWriter, StashObjectsSerialiser stashObjectsSerialiser, File file, IOFriendlyFunction<File,FileInputStream> fileInputStreamFunction)
StashObjectsWriterImpl(StashObjectsSerialiser stashObjectsSerialiser, File file)
StashObjectsWriterImpl(StashObjectsSerialiser stashObjectsSerialiser, File file, IOFriendlyFunction<File,FileOutputStream> fileOutputStreamFunction)
-