public class NodeReportRenderer extends AbstractRenderer
Constructor and Description |
---|
NodeReportRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
copyResources(File path) |
String |
render(Map<String,Object> context)
Render a report
|
copyResources, getJinjava, render, setupResourceLocator
public String render(Map<String,Object> context) throws Exception
AbstractRenderer
render
in class AbstractRenderer
context
- the Jinja context containing the variables to be usedException
- If unable to parse the templatepublic void copyResources(File path) throws IOException
IOException
This documentation was released into the public domain.