|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.formats.csv.DataRecordSourceToCSV
public class DataRecordSourceToCSV
| Constructor Summary | |
|---|---|
DataRecordSourceToCSV()
Create a new DataRecordSourceToCSV. |
|
DataRecordSourceToCSV(java.io.File outputFile,
DataRecordSource source)
|
|
DataRecordSourceToCSV(java.lang.String outputPath,
DataRecordSource source)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOutputPath()
outputPath |
DataRecordSource |
getSource()
source |
void |
process()
|
void |
setOutputPath(java.lang.String newOutputPath)
outputPath |
void |
setSource(DataRecordSource newSource)
source |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataRecordSourceToCSV()
public DataRecordSourceToCSV(java.lang.String outputPath,
DataRecordSource source)
public DataRecordSourceToCSV(java.io.File outputFile,
DataRecordSource source)
| Method Detail |
|---|
public void process()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getOutputPath()
public void setOutputPath(java.lang.String newOutputPath)
public DataRecordSource getSource()
public void setSource(DataRecordSource newSource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||