private static void loadProcessTemplate(DashHierarchy templates,
InputStream in, boolean close)
throws IOException
{
DashHierarchy template = new DashHierarchy(null);
template.load(in, close);
createScriptMaps(template);
templates.putAll(template);
}