Esempio n. 1
0
 /**
  * The filename to act upon. If no file is specified then the task acts upon the project.
  *
  * @param filename The new file value
  */
 public final void setFile(String filename) {
   super.setInternalFilename(filename);
 }