コード例 #1
0
ファイル: SOSCheckin.java プロジェクト: saeg/experiments
 /**
  * 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);
 }