Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
com.griddynamics.jagger.providers.CsvProvider< T >.CsvProvider ( String  path)

Creates csv provider, which reads from specified file.

Author
Nikolay Musienko
Parameters
path- file name
96  {
97  this.path = path;
98  }