public interface ExportFilePlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
preWriteDetailLine(Exporter exporter,
java.lang.String ln,
DBObject dbObj)
Requests a String to be used as the details line for the supplied
DBObject.
|
java.lang.String preWriteDetailLine(Exporter exporter, java.lang.String ln, DBObject dbObj)
exporter
- - current exporter that called this methodln
- - A StringBuilder containing the default output line generated
by the exporterdbObj
- - The current DBObject used to generate output linestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.