throw new IllegalStateException(msg);
}
// Make sure to return a copy to avoid call by reference uses modifying the template values
DeploymentTemplateInfo info = template.getInfo();
info = info.copy();
log.debug("getTemplate, "+info);
return info;
}
public void applyTemplate(String deploymentBaseName, DeploymentTemplateInfo info)