public interface ExportProcessPlugin
| Modifier and Type | Method and Description | 
|---|---|
| void | postProcess(Exporter exporter,
           boolean successfull)This method is called after export has completed
 The export may not have completed successfully | 
| void | preProcess(Exporter exporter)This method is called before the export process begins | 
void preProcess(Exporter exporter) throws java.lang.Exception
exporter - - current exporter that called this methodjava.lang.Exception - - Exceptionvoid postProcess(Exporter exporter, boolean successfull)
successfull - exporter - - current exporter that called this methodstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.