Exemple #1
0
 /**
  * Set the filePath property.
  *
  * @param newValue The new vaue for the filePath property.
  * @deprecated Use setFilePaths
  */
 public void setFilePath(String newValue) {
   filePaths = Misc.newList(newValue);
 }