Maven module :un.api : api-system-jvm :
Class : un.system.jvm.MetadataTreeIO
Extends/Implements : -
Subclasses : -

Utility class to read and write metadata trees from files.
author  Johann Sorel


Variables : -
Functions : read, write, merge



public NamedNode read (URL u)

public void write (NamedNode node, URL url)


Merge the second tree in the first one.
param  base
param  other
return
public void merge (NamedNode base, NamedNode other)