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, templatepublic java.lang.String render(ASTCompilationUnit compilationUnit) throws java.lang.Throwable
render in class AbstractProcessorjava.lang.Throwablepublic void process(java.util.Map<java.lang.String,ASTCompilationUnit> units, java.nio.file.Path targetFolder) throws java.lang.Throwable
process in class AbstractProcessorjava.lang.Throwable