Package org.apache.jackrabbit.oak.backup
Interface FileStoreBackup
-
- All Known Implementing Classes:
FileStoreBackupImpl
public interface FileStoreBackup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
backup(SegmentReader reader, Revisions revisions, File destination)
boolean
cleanup(FileStore f)
-
-
-
Method Detail
-
backup
void backup(SegmentReader reader, Revisions revisions, File destination) throws IOException, InvalidFileStoreVersionException
-
cleanup
boolean cleanup(FileStore f) throws IOException
- Throws:
IOException
-
-