Beispiel #1
0
 /**
  * Set the path.
  *
  * @param path a <code>String</code> value
  */
 public void setPath(String path) {
   parts = Path.translatePath(getProject(), path);
 }