Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
void com.griddynamics.jagger.providers.CsvProvider< T >.setStrategy ( CSVStrategy  strategy)

Sets CSV strategy.

Author
Nikolay Musienko
Parameters
strategy- apache CSV strategy, which say how to read data from CSV file
88  {
89  this.strategy = strategy;
90  }