org.exist.indexing
Interface RawBackupSupport

All Known Implementing Classes:
FTIndex

public interface RawBackupSupport

Interface to be implemented by an index if it wants to add raw data files to a raw system backup. This features is mainly used by the DataBackup system task.


Method Summary
 void backupToArchive(RawDataBackup backup)
           
 

Method Detail

backupToArchive

void backupToArchive(RawDataBackup backup)
                     throws IOException
Throws:
IOException


Copyright (C) Wolfgang Meier. All rights reserved.