|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.datasource.Xsv
com.pushtotest.tool.datasource.Tsv
public class Tsv
This is an implementation of a Datasource that allows you to access Tab Separated Values Files.
| Field Summary |
|---|
| Fields inherited from class com.pushtotest.tool.datasource.Xsv |
|---|
after, before, colcount, columns, currentrow, db, first, firstRowIsColumns, last, lineTerminator, rowcount |
| Constructor Summary | |
|---|---|
Tsv()
Default constructor allows you to set options on the parser prior to parsing the file. |
|
Tsv(java.io.File file)
Constructor for building a Tsv Datasource with a File object. |
|
Tsv(java.lang.String path)
Constructor for building a Tsv Datasource with a path to a file. |
|
| Method Summary | |
|---|---|
java.lang.String |
separator()
The string that contains the characters that are used as separators. |
| Methods inherited from class com.pushtotest.tool.datasource.Xsv |
|---|
columnCount, getBoolean, getBoolean, getDouble, getDouble, getDoubleData, getFirstRowIsColumnNames, getFloat, getFloat, getInt, getInt, getIntData, getLineTeminator, getLong, getLong, getRawData, getString, getString, isAfterLast, isBeforeFirst, isFirst, isLast, next, parse, parse, setFirstRowIsColumnNames, setLineTerminator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tsv()
public Tsv(java.io.File file)
throws java.io.IOException
file - The file to open and parse for TSV data.
java.io.IOException
public Tsv(java.lang.String path)
throws java.io.IOException
path - The path to a file to open and parse for TSV data.
java.io.IOException| Method Detail |
|---|
public java.lang.String separator()
separator in class Xsv
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||