|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.util.parse.DelimitedExporter
public class DelimitedExporter
Constructor Summary | |
---|---|
DelimitedExporter()
|
Method Summary | |
---|---|
void |
closeStream()
|
java.lang.String |
getTheDelimiter()
Returns the theDelimiter. |
java.lang.String |
getTheFileName()
Returns the fileName. |
InternalTable |
getTheTable()
Returns the theTable. |
boolean |
isIncludeHeaders()
Returns the includeHeaders. |
static void |
main(java.lang.String[] args)
|
void |
setIncludeHeaders(boolean includeHeaders)
Sets the includeHeaders. |
void |
setTheDelimiter(java.lang.String delimiter)
Sets the theDelimiter. |
void |
setTheFileName(java.lang.String fileName)
Sets the fileName. |
void |
setTheTable(InternalTable theTable)
Sets the theTable. |
void |
streamBean(LocalDynaBean bean)
Streams a bean to the file |
void |
streamRecords()
To save memory you can use the streaming methods 1. |
void |
writeFile()
Method writeFile for non streaming. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelimitedExporter()
Method Detail |
---|
public static void main(java.lang.String[] args)
public java.lang.String getTheFileName()
public InternalTable getTheTable()
public void setTheFileName(java.lang.String fileName)
fileName
- The fileName to setpublic void setTheTable(InternalTable theTable)
theTable
- The theTable to setpublic java.lang.String getTheDelimiter()
public void setTheDelimiter(java.lang.String delimiter)
theDelimiter
- The theDelimiter to setpublic void streamRecords() throws GeneralException
GeneralException
public void streamBean(LocalDynaBean bean)
bean
- public void closeStream()
public void writeFile() throws GeneralException
GeneralException
public boolean isIncludeHeaders()
public void setIncludeHeaders(boolean includeHeaders)
includeHeaders
- The includeHeaders to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |