Exemplo n.º 1
0
 public String getPath() {
   return myParent == null ? myName : myParent.getPath() + "/" + myName;
 }