public class ExcelDataRecordSource extends StreamingDataRecordSource implements java.io.Serializable
showProgress, verbose| Constructor and Description |
|---|
ExcelDataRecordSource() |
ExcelDataRecordSource(Cog newState) |
ExcelDataRecordSource(java.io.File filet) |
ExcelDataRecordSource(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 |
getFields() |
java.lang.String |
getWorkSheet() |
static void |
main(java.lang.String[] argv) |
void |
setFields(java.util.List newFields) |
void |
setWorkSheet(java.lang.String newName) |
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 ExcelDataRecordSource()
public ExcelDataRecordSource(java.lang.String path)
public ExcelDataRecordSource(java.io.File filet)
public ExcelDataRecordSource(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 DataRecordSourcepublic Cog toCog()
CoggableCog.toCog in interface CoggabletoCog in class StreamingDataRecordSourceprotected void copyStateFrom(java.lang.Object nother)
copyStateFrom in class StreamingDataRecordSourcepublic java.util.List getFields()
public void setFields(java.util.List newFields)
public java.lang.String getWorkSheet()
public void setWorkSheet(java.lang.String newName)