public class CSVDataRecordSource extends StreamingDataRecordSource implements java.io.Serializable
showProgress, verbose| Constructor and Description |
|---|
CSVDataRecordSource() |
CSVDataRecordSource(Cog newState) |
CSVDataRecordSource(java.io.File filet) |
CSVDataRecordSource(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyStateFrom(java.lang.Object nother) |
DataRecordFetcher |
createFetcher()
Creates a new fetcher to gather data for a new iteration.
|
java.util.List |
getCSVFields() |
java.lang.String |
getCSVType() |
static void |
main(java.lang.String[] argv) |
void |
setCSVFields(java.util.List newFields) |
void |
setCSVType(java.lang.String newType) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
java.lang.String |
toString() |
createInputStream, getPath, getPaths, setInputStream, setPath, setPathsclone, close, getAfterActions, getBeforeActions, getShowProgress, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setTransforms, setVerbosepublic CSVDataRecordSource()
public CSVDataRecordSource(java.lang.String path)
public CSVDataRecordSource(java.io.File filet)
public CSVDataRecordSource(Cog newState)
public static void main(java.lang.String[] argv)
public java.lang.String toString()
toString in class java.lang.Objectpublic DataRecordFetcher createFetcher()
DataRecordSourcecreateFetcher in class DataRecordSourceprotected void copyStateFrom(java.lang.Object nother)
copyStateFrom in class StreamingDataRecordSourcepublic java.util.List getCSVFields()
public void setCSVFields(java.util.List newFields)
public java.lang.String getCSVType()
public void setCSVType(java.lang.String newType)