public class MarkdownProcessor extends AbstractProcessor
Constructor and Description |
---|
MarkdownProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(java.util.Map<java.lang.String,ASTCompilationUnit> units,
java.nio.file.Path targetFolder) |
java.lang.String |
render(ASTCompilationUnit compilationUnit) |
ensureFolderExists, moduleName, outputFile, template
public java.lang.String render(ASTCompilationUnit compilationUnit) throws java.lang.Throwable
render
in class AbstractProcessor
java.lang.Throwable
public void process(java.util.Map<java.lang.String,ASTCompilationUnit> units, java.nio.file.Path targetFolder) throws java.lang.Throwable
process
in class AbstractProcessor
java.lang.Throwable