Package cdc.impex.exports
Class CheckedWorkbookExporter
java.lang.Object
cdc.impex.exports.CheckedSheetExporter
cdc.impex.exports.CheckedWorkbookExporter
- All Implemented Interfaces:
SheetExporter,WorkbookExporter
-
Field Summary
Fields inherited from class cdc.impex.exports.CheckedSheetExporter
statusFields inherited from interface cdc.impex.exports.SheetExporter
QUIET_VOID, VERBOSE_VOIDFields inherited from interface cdc.impex.exports.WorkbookExporter
QUIET_VOID, VERBOSE_VOID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler) Invoked to notify the beginning of export.voidendExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler) Invoked to notify the end of export.Methods inherited from class cdc.impex.exports.CheckedSheetExporter
beginSheetExport, checkStatus, endSheetExport, exportRow, getNumberOfRemainingRowsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.impex.exports.SheetExporter
beginSheetExport, endSheetExport, exportRow, getNumberOfRemainingRows, hasMore
-
Constructor Details
-
CheckedWorkbookExporter
public CheckedWorkbookExporter()
-
-
Method Details
-
beginExport
public void beginExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler) Description copied from interface:WorkbookExporterInvoked to notify the beginning of export.- Specified by:
beginExportin interfaceWorkbookExporter- Parameters:
issuesHandler- The issues handler that should be used by the application to generate new issues.
-
endExport
public void endExport(cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler) Description copied from interface:WorkbookExporterInvoked to notify the end of export.- Specified by:
endExportin interfaceWorkbookExporter- Parameters:
issuesHandler- The issues handler that should be used by the application to generate new issues.
-