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