Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
void com.griddynamics.jagger.providers.FileProvider< T >.setPath ( String  filePath)

Set file name.

Author
Nikolay Musienko
Parameters
filePath- full name of file
141  {
142  this.path = filePath;
143  }