Package core.helpers.csvHelper
Class CsvObject
java.lang.Object
core.helpers.csvHelper.CsvObject
public class CsvObject extends Object
-
Constructor Summary
Constructors Constructor Description CsvObject() -
Method Summary
Modifier and Type Method Description CsvObjectwithColumn(int column)CsvObjectwithCsvFile(String csvFile)CsvObjectwithCsvPath(String path)CsvObjectwithRow(int row)CsvObjectwithValue(String[] value)
-
Constructor Details
-
CsvObject
public CsvObject()
-
-
Method Details
-
withCsvPath
-
withCsvFile
-
withValue
-
withRow
-
withColumn
-