com.atlassian.confluence.importexport.plugin
Interface BackupRestoreProvider


public interface BackupRestoreProvider


Method Summary
 void backup(OutputStream outputStream)
           
 void restore(InputStream file)
           
 

Method Detail

backup

void backup(OutputStream outputStream)
            throws ImportExportException
Throws:
ImportExportException

restore

void restore(InputStream file)
             throws ImportExportException
Throws:
ImportExportException


Copyright © 2003-2013 Atlassian. All Rights Reserved.