Ejemplo n.º 1
0
 public void saveToMemento(XMLMemento child) {
   child.putString("name", getName()); // $NON-NLS-1$
   child.putString("location", getLocation().toPortableString()); // $NON-NLS-1$
   child.putString("version", getVersion()); // $NON-NLS-1$
   // child.putString("runtime", getRuntime() != null ? getRuntime() : "");
 }