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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CsvObjectwithColumn(int column)CsvObjectwithCsvFile(String csvFile)CsvObjectwithCsvPath(String path)CsvObjectwithRow(int row)CsvObjectwithValue(String[] value)
-