org.exist.backup
Interface SystemExport.StatusCallback

Enclosing class:
SystemExport

public static interface SystemExport.StatusCallback


Method Summary
 void error(String message, Throwable exception)
           
 void startCollection(String path)
           
 void startDocument(String name, int current, int count)
           
 

Method Detail

startCollection

void startCollection(String path)

startDocument

void startDocument(String name,
                   int current,
                   int count)

error

void error(String message,
           Throwable exception)


Copyright (C) Wolfgang Meier. All rights reserved.