Beispiel #1
0
 /**
  * Sets the destination where the csv file would be written. If not used, the out put would be
  * written to {@code out.csv} in the running directory
  *
  * @param file the file to write csv
  * @return the builder
  */
 public Builder setDestination(Path file) {
   instance.setDestination(file);
   return this;
 }